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

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestlock.c14 static Uint32 mainthread; variable
41 printf("Process %u: Cleaning up...\n", id == mainthread ? 0 : id);
49 if ( SDL_ThreadID() == mainthread )
66 if (SDL_ThreadID() == mainthread && doterminate) {
91 mainthread = SDL_ThreadID();
92 printf("Main thread: %u\n", mainthread);
/external/chromium_org/third_party/libxml/src/
H A Dthreads.c147 static pthread_t mainthread; variable
157 static DWORD mainthread; variable
167 thread_id mainthread = 0; variable
813 return (pthread_equal(mainthread,pthread_self()));
815 return (mainthread == GetCurrentThreadId());
817 return (mainthread == find_thread(NULL));
943 * xmlOnceInit() is used to initialize the value of mainthread for use
954 mainthread = pthread_self();
961 mainthread = GetCurrentThreadId();
974 mainthread
[all...]
/external/libxml2/
H A Dthreads.c147 static pthread_t mainthread; variable
158 static DWORD mainthread; variable
168 thread_id mainthread = 0; variable
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
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstate.h143 struct lua_State *mainthread; member in struct:global_State

Completed in 2557 milliseconds