Home
last modified time | relevance | path

Searched defs:SDL_CreateThread (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
DSDL_thread.h85 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthread, _endthread) macro
87 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, NULL, NULL) macro
89 #define SDL_CreateThread(fn, data) SDL_CreateThread(fn, data, _beginthreadex, _endthreadex) macro
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
DSDL_thread.c190 SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data) in SDL_CreateThread() function
/external/qemu/distrib/sdl-1.2.12/src/thread/
DSDL_thread.c207 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_Curren… in SDL_CreateThread() function