15 #include "selectThreadImpl.h" 17 #ifdef THREAD_DUMMY_IMPL 19 #include "threadDummyImpl.h" 23 #define WIN32_LEAN_AND_MEAN 1 32 string ThreadDummyImpl::
33 get_unique_id()
const {
38 strm << GetCurrentProcessId();
51 get_current_thread() {
55 #endif // THREAD_DUMMY_IMPL
static Thread * get_main_thread()
Returns a pointer to the "main" Thread object–this is the Thread that started the whole process...
A thread; that is, a lightweight process.