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

  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_sysmutex.c 81 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/
SDL_sysmutex.c 80 pthread_t this_thread; local
90 this_thread = pthread_self();
91 if ( mutex->owner == this_thread ) {
99 mutex->owner = this_thread;
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 155 Uint32 this_thread; local
157 this_thread = SDL_ThreadID();
160 if ( this_thread == SDL_Threads[i]->threadid ) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 140 namespace this_thread { }
189 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 140 namespace this_thread { }
189 namespace this_thread { inline namespace __7 { } } namespace in namespace:std
    [all...]

Completed in 181 milliseconds