Home
last modified time | relevance | path

Searched refs:SDL_Thread (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_thread.h45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread; typedef
106 extern DECLSPEC SDL_Thread *SDLCALL
141 extern DECLSPEC SDL_Thread *SDLCALL
153 extern DECLSPEC const char *SDLCALL SDL_GetThreadName(SDL_Thread *thread);
165 extern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);
190 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);
218 extern DECLSPEC void SDLCALL SDL_DetachThread(SDL_Thread * thread);
/third_party/flutter/skia/third_party/externals/sdl/src/thread/
DSDL_thread.c260 SDL_Thread *info;
270 SDL_Thread *thread = args->info; in SDL_RunThread()
308 static SDL_Thread *
314 static SDL_Thread * in SDL_CreateThreadWithStackSize()
319 SDL_Thread *thread; in SDL_CreateThreadWithStackSize()
324 thread = (SDL_Thread *) SDL_malloc(sizeof(*thread)); in SDL_CreateThreadWithStackSize()
393 DECLSPEC SDL_Thread *SDLCALL
399 DECLSPEC SDL_Thread *SDLCALL in SDL_CreateThread()
426 SDL_Thread *
437 SDL_GetThreadID(SDL_Thread * thread) in SDL_GetThreadID()
[all …]
DSDL_systhread.h36 extern int SDL_SYS_CreateThread(SDL_Thread * thread, void *args,
40 extern int SDL_SYS_CreateThread(SDL_Thread * thread, void *args);
52 extern void SDL_SYS_WaitThread(SDL_Thread * thread);
55 extern void SDL_SYS_DetachThread(SDL_Thread * thread);
64 extern SDL_Thread *
DSDL_thread_c.h54 struct SDL_Thread struct
/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/
DSDL_systhread.c30 SDL_SYS_CreateThread(SDL_Thread * thread, void *args, in SDL_SYS_CreateThread()
35 SDL_SYS_CreateThread(SDL_Thread * thread, void *args) in SDL_SYS_CreateThread()
60 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread()
66 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/
DSDL_systhread.c44 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
76 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
82 void SDL_SYS_DetachThread(SDL_Thread *thread) in SDL_SYS_DetachThread()
88 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/
DSDL_systhread.c110 SDL_SYS_CreateThread(SDL_Thread * thread, void *args,
116 SDL_SYS_CreateThread(SDL_Thread * thread, void *args)
122 SDL_SYS_CreateThread(SDL_Thread * thread, void *args)
215 SDL_SYS_WaitThread(SDL_Thread * thread)
222 SDL_SYS_DetachThread(SDL_Thread * thread)
/third_party/flutter/skia/third_party/externals/sdl/src/thread/stdcpp/
DSDL_systhread.cpp48 SDL_SYS_CreateThread(SDL_Thread * thread, void *args) in SDL_SYS_CreateThread()
116 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread()
136 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/
DSDL_systhread.c86 SDL_SYS_CreateThread(SDL_Thread * thread, void *args) in SDL_SYS_CreateThread()
235 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread()
241 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtorturethread.c46 SDL_Thread *sub_threads[NUMTHREADS]; in ThreadFunc()
79 SDL_Thread *threads[NUMTHREADS]; in main()
Dtesterror.c48 SDL_Thread *thread; in main()
Dtestthread.c58 SDL_Thread *thread; in main()
Dtestsem.c81 SDL_Thread *threads[NUM_THREADS]; in main()
Dtestlock.c25 static SDL_Thread *threads[6];
Dtestmessage.c155 SDL_Thread* thread = SDL_CreateThread(&button_messagebox, "MessageBox", (void*)eventNumber); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/
DSDL_coreaudio.h48 SDL_Thread *thread;
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_windowshaptic_c.h43 SDL_Thread *thread;
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/
DSDL_BeApp.cc47 static SDL_Thread *SDL_AppThread = NULL;
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtevents.cpp76 static SDL_Thread * _XAMLThread = nullptr;
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_sysaudio.h178 SDL_Thread *thread;
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/psp/
DSDL_sysjoystick.c44 static SDL_Thread *thread = NULL;
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h52 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c, pfnSDL_…
54 SDL_DYNAPI_PROC(SDL_Thread*,SDL_CreateThread,(SDL_ThreadFunction a, const char *b, void *c),(a,b,c)…
507 SDL_DYNAPI_PROC(const char*,SDL_GetThreadName,(SDL_Thread *a),(a),return)
509 SDL_DYNAPI_PROC(SDL_threadID,SDL_GetThreadID,(SDL_Thread *a),(a),return)
511 SDL_DYNAPI_PROC(void,SDL_WaitThread,(SDL_Thread *a, int *b),(a,b),)
512 SDL_DYNAPI_PROC(void,SDL_DetachThread,(SDL_Thread *a),(a),)
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspevents.c50 static SDL_Thread *thread = NULL;
/third_party/flutter/skia/third_party/externals/sdl/src/timer/
DSDL_timer.c52 SDL_Thread *thread;
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick.c69 static SDL_Thread *s_threadJoystick = NULL;

12