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

  /prebuilts/misc/windows/sdl2/test/
testlock.c 26 static SDL_threadID mainthread; variable
58 SDL_Log("Process %lu: Cleaning up...\n", id == mainthread ? 0 : id);
69 if (SDL_ThreadID() == mainthread)
87 if (SDL_ThreadID() == mainthread && doterminate) {
115 mainthread = SDL_ThreadID();
116 SDL_Log("Main thread: %lu\n", mainthread);
  /external/libxml2/
threads.c 147 static pthread_t mainthread; variable
158 static DWORD mainthread; variable
168 thread_id mainthread = 0; variable
816 return (pthread_equal(mainthread,pthread_self()));
818 return (mainthread == GetCurrentThreadId());
820 return (mainthread == find_thread(NULL));
947 * xmlOnceInit() is used to initialize the value of mainthread for use
958 mainthread = pthread_self();
966 mainthread = GetCurrentThreadId();
980 mainthread = find_thread(NULL)
    [all...]

Completed in 423 milliseconds