Searched refs:pfnBeginThread (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/thread/windows/ |
A D | SDL_systhread.c | 104 pfnSDL_CurrentBeginThread pfnBeginThread, argument 111 pfnSDL_CurrentBeginThread pfnBeginThread = NULL; 117 pfnSDL_CurrentBeginThread pfnBeginThread = (pfnSDL_CurrentBeginThread)_beginthreadex; 126 if (pfnBeginThread) { 129 ((size_t) pfnBeginThread(NULL, (unsigned int) thread->stacksize,
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_thread.h | 118 pfnSDL_CurrentBeginThread pfnBeginThread, 124 pfnSDL_CurrentBeginThread pfnBeginThread, 166 pfnSDL_CurrentBeginThread pfnBeginThread, 170 pfnSDL_CurrentBeginThread pfnBeginThread,
|
/AliOS-Things-master/components/SDL2/src/thread/ |
A D | SDL_thread.c | 306 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_CreateThreadWithStackSize() argument 342 ret = SDL_SYS_CreateThread(thread, pfnBeginThread, pfnEndThread); in SDL_CreateThreadWithStackSize() 361 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_CreateThread() argument 385 return SDL_CreateThreadWithStackSize(fn, name, stacksize, data, pfnBeginThread, pfnEndThread); in SDL_CreateThread()
|
A D | SDL_systhread.h | 37 pfnSDL_CurrentBeginThread pfnBeginThread,
|
/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_systhread.c | 31 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_SYS_CreateThread() argument
|
Completed in 5 milliseconds