HomeSort by relevance Sort by last modified time
    Searched refs:mainthread (Results 1 - 3 of 3) 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
157 static DWORD mainthread; variable
167 thread_id mainthread = 0; variable
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)
    [all...]

Completed in 31 milliseconds