HomeSort by relevance Sort by last modified time
    Searched defs:SDL_Thread (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_thread.h 26 * \file SDL_thread.h
44 /* The SDL thread structure, defined in SDL_thread.c */
45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread;
73 * \file SDL_thread.h
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)
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_thread.h 26 * \file SDL_thread.h
44 /* The SDL thread structure, defined in SDL_thread.c */
45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread;
73 * \file SDL_thread.h
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)
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_thread.h 26 * \file SDL_thread.h
44 /* The SDL thread structure, defined in SDL_thread.c */
45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread;
73 * \file SDL_thread.h
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)
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_thread.h 26 * \file SDL_thread.h
44 /* The SDL thread structure, defined in SDL_thread.c */
45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread;
73 * \file SDL_thread.h
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)
    [all...]

Completed in 521 milliseconds