Searched refs:pfnSDL_CurrentBeginThread (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_thread.h | 101 typedef uintptr_t (__cdecl * pfnSDL_CurrentBeginThread) typedef 118 pfnSDL_CurrentBeginThread pfnBeginThread, 124 pfnSDL_CurrentBeginThread pfnBeginThread, 133 …teThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)SDL_begi… 137 …_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)SDL_begi… 138 …stacksize, data) SDL_CreateThreadWithStackSize(fn, name, data, (pfnSDL_CurrentBeginThread)_beginth… 154 typedef int (*pfnSDL_CurrentBeginThread)(void (*func)(void *), void *, unsigned, void * /*arg*/); typedef 166 pfnSDL_CurrentBeginThread pfnBeginThread, 170 pfnSDL_CurrentBeginThread pfnBeginThread, 175 …teThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)SDL_begi… [all …]
|
/AliOS-Things-master/components/SDL2/src/thread/windows/ |
A D | SDL_systhread.c | 43 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned, typedef 53 typedef unsigned long (__watcall * pfnSDL_CurrentBeginThread) (void *, typedef 66 typedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned, typedef 104 pfnSDL_CurrentBeginThread pfnBeginThread, 111 pfnSDL_CurrentBeginThread pfnBeginThread = NULL; 117 pfnSDL_CurrentBeginThread pfnBeginThread = (pfnSDL_CurrentBeginThread)_beginthreadex;
|
/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_systhread.c | 31 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_SYS_CreateThread()
|
/AliOS-Things-master/components/SDL2/src/thread/ |
A D | SDL_systhread.h | 37 pfnSDL_CurrentBeginThread pfnBeginThread,
|
A D | SDL_thread.c | 306 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_CreateThreadWithStackSize() 361 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_CreateThread()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_procs.h | 52 …SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c, pfnSDL_CurrentBeginThread d, pfnSD… 54 …SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c, pfnSDL_CurrentBeginThread d, pfnSD… 748 …,(SDL_ThreadFunction a, const char *b, const size_t c, void *d, pfnSDL_CurrentBeginThread e, pfnSD… 750 …,(SDL_ThreadFunction a, const char *b, const size_t c, void *d, pfnSDL_CurrentBeginThread e, pfnSD…
|
Completed in 14 milliseconds