Searched defs:mainthread (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c140 static pthread_t mainthread; variable
150 static DWORD mainthread; variable
160 thread_id mainthread = 0; variable
764 return(mainthread == pthread_self());
766 return(mainthread == GetCurrentThreadId ());
768 return(mainthread == find_thread(NULL));
880 * xmlOnceInit() is used to initialize the value of mainthread for use
890 mainthread = pthread_self();
900 mainthread = GetCurrentThreadId();
916 mainthread
[all...]

Completed in 125 milliseconds