Searched defs:SDL_Thread (Results 1 - 4 of 4) sorted by relevance

/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_thread.h45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread; typedef in typeref:struct:SDL_Thread
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);
177 * Once a thread has been cleaned up through this function, the SDL_Thread
190 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);
202 * Once a thread is detached, you should usually assume the SDL_Thread is
[all...]
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A DSDL_thread.h45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread; typedef in typeref:struct:SDL_Thread
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);
177 * Once a thread has been cleaned up through this function, the SDL_Thread
190 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);
202 * Once a thread is detached, you should usually assume the SDL_Thread is
[all...]
/prebuilts/misc/windows/sdl2/include/
H A DSDL_thread.h45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread; typedef in typeref:struct:SDL_Thread
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);
177 * Once a thread has been cleaned up through this function, the SDL_Thread
190 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);
202 * Once a thread is detached, you should usually assume the SDL_Thread is
[all...]
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_thread.h45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread; typedef in typeref:struct:SDL_Thread
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);
177 * Once a thread has been cleaned up through this function, the SDL_Thread
190 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);
202 * Once a thread is detached, you should usually assume the SDL_Thread is
[all...]

Completed in 308 milliseconds