26 #ifndef THREAD_NONE_HPP_
27 #define THREAD_NONE_HPP_ 1
30 # error "Do not directly include this header, include threads/thread.hpp instead"
47 #define THREADOBJECT thread_current
68 #endif // THREAD_NONE_HPP_
threadobject * thread_current
static threadobject * thread_get_current()
Return the threadobject for the current thread.
static void thread_set_current(threadobject *t)
Set the threadobject for the current thread.