_data | cbits::Thread | [private] |
_error | cbits::Thread | [private] |
_interrupted | cbits::Thread | [private] |
_priority | cbits::Thread | [private] |
_state | cbits::Thread | [private] |
_target | cbits::Thread | [private] |
ALIVE enum value | cbits::Thread | |
create(Runnable *r, const Priority p=DEFAULT_PRIORITY) | cbits::Thread | [static] |
DEAD enum value | cbits::Thread | |
DEFAULT_PRIORITY enum value | cbits::Thread | |
getCurrent() | cbits::Thread | [static] |
getData() const | cbits::Thread | |
getError() const | cbits::Thread | [inline, protected] |
getPriority() const | cbits::Thread | [inline, protected] |
getState(const bool lockit=true) const | cbits::Thread | |
getTarget() const | cbits::Thread | [inline, protected] |
getThreadID() const | cbits::Thread | |
impl_create_thread(const Priority)=0 | cbits::Thread | [protected, pure virtual] |
impl_get_threadid() const=0 | cbits::Thread | [protected, pure virtual] |
impl_interrupt()=0 | cbits::Thread | [protected, pure virtual] |
impl_join(const long msec)=0 | cbits::Thread | [protected, pure virtual] |
impl_lock_obj() const=0 | cbits::Thread | [protected, pure virtual] |
impl_sleep(const long msec)=0 | cbits::Thread | [protected, pure virtual] |
impl_start_thread()=0 | cbits::Thread | [protected, pure virtual] |
impl_unlock_obj() const=0 | cbits::Thread | [protected, pure virtual] |
interrupt() | cbits::Thread | |
isInterrupted() | cbits::Thread | [static] |
join(const long msec=0) | cbits::Thread | |
MAX_PRIORITY enum value | cbits::Thread | |
MIN_PRIORITY enum value | cbits::Thread | |
Priority enum name | cbits::Thread | |
PRIORITY_1 enum value | cbits::Thread | |
PRIORITY_2 enum value | cbits::Thread | |
PRIORITY_3 enum value | cbits::Thread | |
PRIORITY_4 enum value | cbits::Thread | |
PRIORITY_5 enum value | cbits::Thread | |
PRIORITY_6 enum value | cbits::Thread | |
PRIORITY_7 enum value | cbits::Thread | |
PRIORITY_8 enum value | cbits::Thread | |
PRIORITY_9 enum value | cbits::Thread | |
READY enum value | cbits::Thread | |
setData(void *) const | cbits::Thread | |
setError(const char *e) const | cbits::Thread | [inline, protected] |
setState(State, const bool lockit=true) | cbits::Thread | [protected] |
sleep(const long msec) | cbits::Thread | [static] |
start() | cbits::Thread | |
State enum name | cbits::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] |