Home C-Bits Package Documentation Project Page

Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cbits::Thread Member List

This is the complete list of members for cbits::Thread, including all inherited members.
_datacbits::Thread [private]
_errorcbits::Thread [private]
_interruptedcbits::Thread [private]
_prioritycbits::Thread [private]
_statecbits::Thread [private]
_targetcbits::Thread [private]
ALIVE enum valuecbits::Thread
create(Runnable *r, const Priority p=DEFAULT_PRIORITY)cbits::Thread [static]
DEAD enum valuecbits::Thread
DEFAULT_PRIORITY enum valuecbits::Thread
getCurrent()cbits::Thread [static]
getData() constcbits::Thread
getError() constcbits::Thread [inline, protected]
getPriority() constcbits::Thread [inline, protected]
getState(const bool lockit=true) constcbits::Thread
getTarget() constcbits::Thread [inline, protected]
getThreadID() constcbits::Thread
impl_create_thread(const Priority)=0cbits::Thread [protected, pure virtual]
impl_get_threadid() const=0cbits::Thread [protected, pure virtual]
impl_interrupt()=0cbits::Thread [protected, pure virtual]
impl_join(const long msec)=0cbits::Thread [protected, pure virtual]
impl_lock_obj() const=0cbits::Thread [protected, pure virtual]
impl_sleep(const long msec)=0cbits::Thread [protected, pure virtual]
impl_start_thread()=0cbits::Thread [protected, pure virtual]
impl_unlock_obj() const=0cbits::Thread [protected, pure virtual]
interrupt()cbits::Thread
isInterrupted()cbits::Thread [static]
join(const long msec=0)cbits::Thread
MAX_PRIORITY enum valuecbits::Thread
MIN_PRIORITY enum valuecbits::Thread
Priority enum namecbits::Thread
PRIORITY_1 enum valuecbits::Thread
PRIORITY_2 enum valuecbits::Thread
PRIORITY_3 enum valuecbits::Thread
PRIORITY_4 enum valuecbits::Thread
PRIORITY_5 enum valuecbits::Thread
PRIORITY_6 enum valuecbits::Thread
PRIORITY_7 enum valuecbits::Thread
PRIORITY_8 enum valuecbits::Thread
PRIORITY_9 enum valuecbits::Thread
READY enum valuecbits::Thread
setData(void *) constcbits::Thread
setError(const char *e) constcbits::Thread [inline, protected]
setState(State, const bool lockit=true)cbits::Thread [protected]
sleep(const long msec)cbits::Thread [static]
start()cbits::Thread
State enum namecbits::Thread
Thread(Priority p=DEFAULT_PRIORITY)cbits::Thread [protected]
Thread(Runnable *r, Priority p=DEFAULT_PRIORITY)cbits::Thread [protected]
yield()cbits::Thread [static]
~Thread()cbits::Thread [virtual]

Generated by
doxygen
Hosted by
SourceForge