HomeSort by relevance Sort by last modified time
    Searched defs:mainthread (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testlock.c 14 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/
threads.c 147 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 = find_thread(NULL)
    [all...]
  /external/libxml2/
threads.c 147 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 = find_thread(NULL)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 143 struct lua_State *mainthread; member in struct:global_State

Completed in 165 milliseconds