Searched refs:RunThread (Results 1 – 3 of 3) sorted by relevance
78 RunThread(void *data) in RunThread() function92 return RunThread(data); in RunThreadViaCreateThread()98 return (unsigned) RunThread(data); in RunThreadViaBeginThreadEx()
40 RunThread(void *args) in RunThread() function51 std::thread cpp_thread(RunThread, thread); in SDL_SYS_CreateThread()
74 RunThread(void *data) in RunThread() function120 if (pthread_create(&thread->handle, &type, RunThread, thread) != 0) { in SDL_SYS_CreateThread()
Completed in 4 milliseconds