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

/external/libxml2/
H A Dthreads.c135 static pthread_t mainthread; variable
146 static DWORD mainthread; variable
156 thread_id mainthread = 0; variable
811 return (pthread_equal(mainthread,pthread_self()));
813 return (mainthread == GetCurrentThreadId());
815 return (mainthread == find_thread(NULL));
944 * xmlOnceInit() is used to initialize the value of mainthread for use
955 mainthread = pthread_self();
963 mainthread = GetCurrentThreadId();
977 mainthread
[all...]
/external/syslinux/com32/lua/src/
H A Dlstate.h143 struct lua_State *mainthread; member in struct:global_State

Completed in 281 milliseconds