Searched refs:SDL_beginthread (Results 1 – 1 of 1) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_thread.h | 121 #ifndef SDL_beginthread 122 #define SDL_beginthread _beginthreadex macro 142 …ta) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)SDL_beginthread, (pfnSDL_Curr… 144 …StackSize_REAL(fn, name, stacksize, data, (pfnSDL_CurrentBeginThread)SDL_beginthread, (pfnSDL_Curr… 146 …e, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)SDL_beginthread, (pfnSDL_Curr… 147 …dWithStackSize(fn, name, stacksize, data, (pfnSDL_CurrentBeginThread)SDL_beginthread, (pfnSDL_Curr… 160 #ifndef SDL_beginthread 161 #define SDL_beginthread _beginthread macro 178 …ta) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)SDL_beginthread, (pfnSDL_Curr… 182 …e, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)SDL_beginthread, (pfnSDL_Curr… [all …]
|
Completed in 4 milliseconds