| BaseThread() | vpr::BaseThread | [inline] |
| createThreadId() | vpr::BaseThread | [inline, protected] |
| getGlobalTSTable() | vpr::BaseThread | [inline, static] |
| getPrio(VPRThreadPriority *prio) | vpr::ThreadNSPR | [inline, virtual] |
| getTID() | vpr::BaseThread | [inline] |
| getTSTable() | vpr::BaseThread | [inline] |
| join(void **status=NULL) | vpr::ThreadNSPR | [virtual] |
| kill(int signum) | vpr::ThreadNSPR | [inline, virtual] |
| kill() | vpr::ThreadNSPR | [inline, virtual] |
| outStream(std::ostream &out) | vpr::ThreadNSPR | [inline, virtual] |
| registerThread(bool succesfulCreation) | vpr::BaseThread | [protected] |
| resume() | vpr::ThreadNSPR | [inline, virtual] |
| self(void) | vpr::ThreadNSPR | [static] |
| setFunctor(BaseThreadFunctor *functorPtr) | vpr::ThreadNSPR | [virtual] |
| setPrio(VPRThreadPriority prio) | vpr::ThreadNSPR | [virtual] |
| start() | vpr::ThreadNSPR | [virtual] |
| suspend() | vpr::ThreadNSPR | [inline, virtual] |
| ThreadNSPR(VPRThreadPriority priority=VPR_PRIORITY_NORMAL, VPRThreadScope scope=VPR_GLOBAL_THREAD, VPRThreadState state=VPR_JOINABLE_THREAD, PRUint32 stack_size=0) | vpr::ThreadNSPR | |
| ThreadNSPR(thread_func_t func, void *arg=NULL, VPRThreadPriority priority=VPR_PRIORITY_NORMAL, VPRThreadScope scope=VPR_GLOBAL_THREAD, VPRThreadState state=VPR_JOINABLE_THREAD, PRUint32 stack_size=0) | vpr::ThreadNSPR | |
| ThreadNSPR(BaseThreadFunctor *functor_ptr, VPRThreadPriority priority=VPR_PRIORITY_NORMAL, VPRThreadScope scope=VPR_GLOBAL_THREAD, VPRThreadState state=VPR_JOINABLE_THREAD, PRUint32 stack_size=0) | vpr::ThreadNSPR | |
| valid() | vpr::BaseThread | [inline] |
| VPR_GLOBAL_THREAD enum value | vpr::BaseThread | |
| VPR_JOINABLE_THREAD enum value | vpr::BaseThread | |
| VPR_LOCAL_THREAD enum value | vpr::BaseThread | |
| VPR_PRIORITY_HIGH enum value | vpr::BaseThread | |
| VPR_PRIORITY_LOW enum value | vpr::BaseThread | |
| VPR_PRIORITY_NORMAL enum value | vpr::BaseThread | |
| VPR_PRIORITY_URGENT enum value | vpr::BaseThread | |
| VPR_UNJOINABLE_THREAD enum value | vpr::BaseThread | |
| VPRThreadPriority enum name | vpr::BaseThread | |
| VPRThreadScope enum name | vpr::BaseThread | |
| VPRThreadState enum name | vpr::BaseThread | |
| yield(void) | vpr::ThreadNSPR | [inline, static] |
| ~BaseThread() | vpr::BaseThread | [inline, virtual] |
| ~ThreadNSPR() | vpr::ThreadNSPR | [virtual] |