Searched defs:SDL_CreateThread (Results 1 – 3 of 3) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_thread.h | 85 #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/ |
D | SDL_thread.c | 190 SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data) in SDL_CreateThread() function
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
D | SDL_thread.c | 207 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_Curren… in SDL_CreateThread() function
|