CACAO
|
Go to the source code of this file.
Macros | |
#define | THREADOBJECT thread_current |
Functions | |
static threadobject * | thread_get_current (void) |
Return the Thread object of the current thread. More... | |
static void | thread_set_current (threadobject *t) |
Set the current Thread object. More... | |
Variables | |
__thread threadobject * | thread_current |
#define THREADOBJECT thread_current |
Definition at line 51 of file thread-posix.hpp.
|
inlinestatic |
Return the Thread object of the current thread.
Definition at line 94 of file thread-posix.hpp.
|
inlinestatic |
Set the current Thread object.
t | The thread object to set. |
Definition at line 113 of file thread-posix.hpp.
__thread threadobject* thread_current |
Definition at line 41 of file thread-none.cpp.