Searched refs:pfnBeginThread (Results 1 – 5 of 5) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
D | SDL_systhread.c | 99 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, … argument 105 pfnSDL_CurrentBeginThread pfnBeginThread = NULL; 108 pfnSDL_CurrentBeginThread pfnBeginThread = _beginthreadex; 123 if (pfnBeginThread) { 126 ((size_t) pfnBeginThread(NULL, 0, RunThreadViaBeginThreadEx,
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
D | SDL_systhread.c | 60 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, … in SDL_SYS_CreateThread() argument 74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms); in SDL_SYS_CreateThread()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/ |
D | SDL_systhread.h | 36 …eateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_Curren…
|
D | SDL_thread.c | 209 …ead(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_Curren… in SDL_CreateThread() argument 249 ret = SDL_SYS_CreateThread(thread, args, pfnBeginThread, pfnEndThread); in SDL_CreateThread()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_thread.h | 78 …ead(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_Curren…
|