Lines Matching refs:mainthread
147 static pthread_t mainthread;
157 static DWORD mainthread;
167 thread_id mainthread = 0;
815 return (pthread_equal(mainthread,pthread_self()));
817 return (mainthread == GetCurrentThreadId());
819 return (mainthread == find_thread(NULL));
945 * xmlOnceInit() is used to initialize the value of mainthread for use
956 mainthread = pthread_self();
963 mainthread = GetCurrentThreadId();
976 mainthread = find_thread(NULL);