Go to the source code of this file.
Macros | |
#define | THREAD_PRIORITY 100 |
Functions | |
void * | threadFnc (void *args) |
Variables | |
wholenumber_t | yieldCount = 0 |
#define THREAD_PRIORITY 100 |
Definition at line 49 of file unix/SysActivity.cpp.
void* threadFnc | ( | void * | args | ) |
Top launcher function for spinning off a new activity.
args | The thread arguments (just the pointer to the activity). |
Definition at line 60 of file unix/SysActivity.cpp.
Referenced by SysActivity::create().
wholenumber_t yieldCount = 0 |
Definition at line 172 of file unix/SysActivity.cpp.
Referenced by SysActivity::yield(), and SysActivity::yieldCounter().