35 #ifndef THE_THREAD_STORAGE_HXX_
36 #define THE_THREAD_STORAGE_HXX_
64 virtual bool is_ready()
const = 0;
67 virtual bool thread_stopped()
const = 0;
73 virtual unsigned int thread_id()
const = 0;
86 extern the_thread_storage_provider_t
87 set_the_thread_storage_provider(the_thread_storage_provider_t p);
97 #endif // THE_THREAD_STORAGE_HXX_
Definition: the_thread_storage.hxx:45
Definition: the_thread_storage.hxx:58
Definition: the_terminator.hxx:120
Definition: the_thread_interface.hxx:57