HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Thread (Results 1 - 10 of 10) 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...]
  /prebuilts/misc/windows/sdl2/test/
torturethread.c 21 #include "SDL_thread.h"
47 SDL_Thread *sub_threads[NUMTHREADS];
80 SDL_Thread *threads[NUMTHREADS];
testerror.c 20 #include "SDL_thread.h"
49 SDL_Thread *thread;
testthread.c 20 #include "SDL_thread.h"
59 SDL_Thread *thread;
testlock.c 23 #include "SDL_thread.h"
27 static SDL_Thread *threads[6];
testmessage.c 20 #include "SDL_thread.h"
148 SDL_Thread* thread = SDL_CreateThread(&button_messagebox, "MessageBox", (void*)eventNumber);
testsem.c 20 #include "SDL_thread.h"
82 SDL_Thread *threads[NUM_THREADS];

Completed in 555 milliseconds