|
cisst-saw
|
This is the complete list of members for osaThread, including all inherited members.
| Create(void *(*threadStart)(void), const char *name=0, int priority=0, int policy=SCHED_FIFO) | osaThread | inline |
| Create(void *(*threadStart)(_userDataType), _userDataType userData=_userDataType(), const char *name=0, int priority=0, int policy=SCHED_FIFO) | osaThread | inline |
| Create(_entryType *obj, void *(_entryType::*threadStart)(_userDataType), _userDataType userData=_userDataType(), const char *name=0, int priority=0, int policy=SCHED_FIFO) | osaThread | inline |
| CreateFromCurrentThread(const char *name=0, int priority=0, int policy=SCHED_FIFO) | osaThread | inline |
| CreateFromThreadId(const osaThreadId &threadId, const char *name=0, int priority=0, int policy=SCHED_FIFO) | osaThread | inline |
| CreateInternal(const char *name, void *func, void *userdata) | osaThread | protected |
| Delete(void) | osaThread | |
| GetId(void) const | osaThread | inline |
| GetName(void) const | osaThread | inline |
| GetPriority(void) const | osaThread | |
| GetSchedulingPolicy(void) | osaThread | |
| IsRunning(void) const | osaThread | inline |
| IsValid(void) const | osaThread | inline |
| osaThread() | osaThread | |
| osaThreadTest class | osaThread | friend |
| SetPriority(PriorityType priority) | osaThread | |
| SetSchedulingPolicy(SchedulingPolicyType policy) | osaThread | |
| SetThreadName(const char *name) | osaThread | protected |
| Sleep(double timeInSeconds) | osaThread | |
| Wait(void) | osaThread | |
| WaitForWakeup(void) | osaThread | inline |
| WaitForWakeup(double timeoutInSec) | osaThread | inline |
| Wakeup(void) | osaThread | inline |
| ~osaThread() | osaThread |
1.8.6