CACAO
|
Go to the source code of this file.
Macros | |
#define | THREADOBJECT thread_current |
Functions | |
static threadobject * | thread_get_current () |
Return the threadobject for the current thread. More... | |
static void | thread_set_current (threadobject *t) |
Set the threadobject for the current thread. More... | |
Variables | |
threadobject * | thread_current |
#define THREADOBJECT thread_current |
Definition at line 47 of file thread-none.hpp.
|
inlinestatic |
Return the threadobject for the current thread.
Definition at line 56 of file thread-none.hpp.
|
inlinestatic |
Set the threadobject for the current thread.
Definition at line 63 of file thread-none.hpp.
threadobject* thread_current |
Definition at line 41 of file thread-none.cpp.