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

/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_systhread.h36 extern int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
H A DSDL_thread.c209 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread) argument
249 ret = SDL_SYS_CreateThread(thread, args, pfnBeginThread, pfnEndThread);
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
H A DSDL_systhread.c99 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread) 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/
H A DSDL_systhread.c60 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread) argument
74 thread->threadid = thread->handle = (*pfnBeginThread)(threadfunc, NULL, 512*1024, pThreadParms);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_thread.h78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);

Completed in 424 milliseconds