Searched refs:SDL_threadID (Results 1 – 13 of 13) sorted by relevance
74 SDL_threadID81 static thread_local SDL_threadID current_thread_id = 0; in SDL_ThreadID()82 static SDL_threadID next_thread_id = 1; in SDL_ThreadID()
32 SDL_threadID owner;78 SDL_threadID this_thread; in SDL_LockMutex()109 SDL_threadID this_thread; in SDL_TryLockMutex()
47 SDL_threadID
49 typedef unsigned long SDL_threadID; typedef158 extern DECLSPEC SDL_threadID SDLCALL SDL_ThreadID(void);165 extern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);
71 SDL_threadID SDL_ThreadID(void) in SDL_ThreadID()73 return (SDL_threadID) sceKernelGetThreadId(); in SDL_ThreadID()
34 SDL_threadID owner;80 SDL_threadID this_thread; in SDL_mutexP()
114 SDL_threadID thread;126 SDL_threadID thread = SDL_ThreadID(); in SDL_Generic_GetTLSData()165 SDL_threadID thread = SDL_ThreadID(); in SDL_Generic_SetTLSData()436 SDL_threadID439 SDL_threadID id; in SDL_GetThreadID()
56 SDL_threadID threadid;
24 static SDL_threadID mainthread;54 SDL_threadID id = SDL_ThreadID(); in closemutex()
190 SDL_threadID193 return ((SDL_threadID) GetCurrentThreadId());
177 SDL_threadID180 return ((SDL_threadID) pthread_self()); in SDL_ThreadID()
179 SDL_threadID threadid;
508 SDL_DYNAPI_PROC(SDL_threadID,SDL_ThreadID,(void),(),return)509 SDL_DYNAPI_PROC(SDL_threadID,SDL_GetThreadID,(SDL_Thread *a),(a),return)