Home
last modified time | relevance | path

Searched refs:pfnBeginThread (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
DSDL_systhread.c99 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/
DSDL_systhread.c60 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/
DSDL_systhread.h36 …eateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_Curren…
DSDL_thread.c209 …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/
DSDL_thread.h78 …ead(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_Curren…