Home
last modified time | relevance | path

Searched refs:pfnBeginThread (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c104 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 DSDL_thread.h118 pfnSDL_CurrentBeginThread pfnBeginThread,
124 pfnSDL_CurrentBeginThread pfnBeginThread,
166 pfnSDL_CurrentBeginThread pfnBeginThread,
170 pfnSDL_CurrentBeginThread pfnBeginThread,
/AliOS-Things-master/components/SDL2/src/thread/
A DSDL_thread.c306 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 DSDL_systhread.h37 pfnSDL_CurrentBeginThread pfnBeginThread,
/AliOS-Things-master/components/SDL2/src/thread/generic/
A DSDL_systhread.c31 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_SYS_CreateThread() argument

Completed in 5 milliseconds