Searched refs:pfnSDL_CurrentBeginThread (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/ |
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 111 pfnSDL_CurrentBeginThread pfnBeginThread, 118 pfnSDL_CurrentBeginThread pfnBeginThread = NULL; 124 pfnSDL_CurrentBeginThread pfnBeginThread = (pfnSDL_CurrentBeginThread)_beginthreadex;
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_thread.h | 95 typedef uintptr_t(__cdecl * pfnSDL_CurrentBeginThread) (void *, unsigned, typedef 108 pfnSDL_CurrentBeginThread pfnBeginThread, 116 …teThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBeginThread)_beginth… 118 …_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThread)_beginth…
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/ |
D | SDL_systhread.c | 31 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_SYS_CreateThread()
|
/third_party/flutter/skia/third_party/externals/sdl/src/thread/ |
D | SDL_systhread.h | 37 pfnSDL_CurrentBeginThread pfnBeginThread,
|
D | SDL_thread.c | 311 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_CreateThreadWithStackSize() 396 pfnSDL_CurrentBeginThread pfnBeginThread, in SDL_CreateThread()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 52 …SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c, pfnSDL_CurrentBeginThread d, pfnSD…
|