Searched refs:this_thread (Results 1 – 6 of 6) sorted by relevance
68 Uint32 this_thread; in SDL_mutexP()75 this_thread = SDL_ThreadID(); in SDL_mutexP()76 if ( mutex->owner == this_thread ) { in SDL_mutexP()84 mutex->owner = this_thread; in SDL_mutexP()
75 Uint32 this_thread; in SDL_mutexP()82 this_thread = SDL_ThreadID(); in SDL_mutexP()83 if ( mutex->owner == this_thread ) { in SDL_mutexP()91 mutex->owner = this_thread; in SDL_mutexP()
80 pthread_t this_thread; in SDL_mutexP() local90 this_thread = pthread_self(); in SDL_mutexP()91 if ( mutex->owner == this_thread ) { in SDL_mutexP()99 mutex->owner = this_thread; in SDL_mutexP()
81 pthread_t this_thread; in SDL_mutexP() local91 this_thread = pthread_self(); in SDL_mutexP()92 if ( mutex->owner == this_thread ) { in SDL_mutexP()100 mutex->owner = this_thread; in SDL_mutexP()
138 Uint32 this_thread; in SDL_GetErrBuf() local140 this_thread = SDL_ThreadID(); in SDL_GetErrBuf()143 if ( this_thread == SDL_Threads[i]->threadid ) { in SDL_GetErrBuf()
153 Uint32 this_thread; in SDL_GetErrBuf() local155 this_thread = SDL_ThreadID(); in SDL_GetErrBuf()158 if ( this_thread == SDL_Threads[i]->threadid ) { in SDL_GetErrBuf()