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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_thread.h 49 typedef unsigned long SDL_threadID;
158 extern DECLSPEC SDL_threadID SDLCALL SDL_ThreadID(void);
163 * Equivalent to SDL_ThreadID() if the specified thread is NULL.
165 extern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_thread.h 49 typedef unsigned long SDL_threadID;
158 extern DECLSPEC SDL_threadID SDLCALL SDL_ThreadID(void);
163 * Equivalent to SDL_ThreadID() if the specified thread is NULL.
165 extern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);
  /prebuilts/misc/windows/sdl2/include/
SDL_thread.h 49 typedef unsigned long SDL_threadID;
158 extern DECLSPEC SDL_threadID SDLCALL SDL_ThreadID(void);
163 * Equivalent to SDL_ThreadID() if the specified thread is NULL.
165 extern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_thread.h 49 typedef unsigned long SDL_threadID;
158 extern DECLSPEC SDL_threadID SDLCALL SDL_ThreadID(void);
163 * Equivalent to SDL_ThreadID() if the specified thread is NULL.
165 extern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);

Completed in 139 milliseconds