Lines Matching full:mainthread
147 static pthread_t mainthread;
158 static DWORD mainthread;
168 thread_id mainthread = 0;
814 return (pthread_equal(mainthread,pthread_self()));
816 return (mainthread == GetCurrentThreadId());
818 return (mainthread == find_thread(NULL));
945 * xmlOnceInit() is used to initialize the value of mainthread for use
956 mainthread = pthread_self();
964 mainthread = GetCurrentThreadId();
978 mainthread = find_thread(NULL);