Home
last modified time | relevance | path

Searched refs:this_thread (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/thread/dc/
DSDL_sysmutex.c68 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()
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
DSDL_sysmutex.c75 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()
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
DSDL_sysmutex.c80 pthread_t this_thread; in SDL_mutexP() local
90 this_thread = pthread_self(); in SDL_mutexP()
91 if ( mutex->owner == this_thread ) { in SDL_mutexP()
99 mutex->owner = this_thread; in SDL_mutexP()
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
DSDL_sysmutex.c81 pthread_t this_thread; in SDL_mutexP() local
91 this_thread = pthread_self(); in SDL_mutexP()
92 if ( mutex->owner == this_thread ) { in SDL_mutexP()
100 mutex->owner = this_thread; in SDL_mutexP()
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
DSDL_thread.c138 Uint32 this_thread; in SDL_GetErrBuf() local
140 this_thread = SDL_ThreadID(); in SDL_GetErrBuf()
143 if ( this_thread == SDL_Threads[i]->threadid ) { in SDL_GetErrBuf()
/external/qemu/distrib/sdl-1.2.12/src/thread/
DSDL_thread.c153 Uint32 this_thread; in SDL_GetErrBuf() local
155 this_thread = SDL_ThreadID(); in SDL_GetErrBuf()
158 if ( this_thread == SDL_Threads[i]->threadid ) { in SDL_GetErrBuf()