Searched defs:SDL_CreateThread (Results 1 – 3 of 3) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sdl/include/ |
| D | SDL_thread.h | 116 #define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBegin… macro 118 #define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThrea… macro
|
| /third_party/flutter/skia/third_party/externals/sdl/src/thread/ |
| D | SDL_thread.c | 304 #define SDL_CreateThread SDL_CreateThread_REAL macro 394 SDL_CreateThread(int (SDLCALL * fn) (void *), in SDL_CreateThread() function
|
| /third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
| D | SDL_dynapi_overrides.h | 47 #define SDL_CreateThread SDL_CreateThread_REAL macro
|