Searched refs:this_thread (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/dc/
H A DSDL_sysmutex.c68 Uint32 this_thread;
75 this_thread = SDL_ThreadID();
76 if ( mutex->owner == this_thread ) {
84 mutex->owner = this_thread;
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/
H A DSDL_sysmutex.c75 Uint32 this_thread;
82 this_thread = SDL_ThreadID();
83 if ( mutex->owner == this_thread ) {
91 mutex->owner = this_thread;
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
H A DSDL_sysmutex.c81 pthread_t this_thread; local
91 this_thread = pthread_self();
92 if ( mutex->owner == this_thread ) {
100 mutex->owner = this_thread;
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
H A DSDL_sysmutex.c80 pthread_t this_thread; local
90 this_thread = pthread_self();
91 if ( mutex->owner == this_thread ) {
99 mutex->owner = this_thread;
/external/libvpx/libvpx/test/
H A Dregister_state_check.h49 const HANDLE this_thread = GetCurrentThread(); local
50 EXPECT_TRUE(this_thread != NULL);
52 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread.c155 Uint32 this_thread; local
157 this_thread = SDL_ThreadID();
160 if ( this_thread == SDL_Threads[i]->threadid ) {
/external/linux-tools-perf/
H A Dbuiltin-sched.c1121 struct thread *this_thread __used)

Completed in 171 milliseconds