HomeSort by relevance Sort by last modified time
    Searched defs:mainthread (Results 1 - 4 of 4) 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 135 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 = find_thread(NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 143 struct lua_State *mainthread; member in struct:global_State
  /external/syslinux/com32/lua/src/
lstate.h 143 struct lua_State *mainthread; member in struct:global_State

Completed in 659 milliseconds