CACAO
Macros | Functions | Variables
thread-none.hpp File Reference

Go to the source code of this file.

Macros

#define THREADOBJECT   thread_current
 

Functions

static threadobjectthread_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

threadobjectthread_current
 

Macro Definition Documentation

#define THREADOBJECT   thread_current

Definition at line 47 of file thread-none.hpp.

Function Documentation

static threadobject* thread_get_current ( void  )
inlinestatic

Return the threadobject for the current thread.

Definition at line 56 of file thread-none.hpp.

static void thread_set_current ( threadobject t)
inlinestatic

Set the threadobject for the current thread.

Definition at line 63 of file thread-none.hpp.

Variable Documentation

threadobject* thread_current

Definition at line 41 of file thread-none.cpp.