HomeSort by relevance Sort by last modified time
    Searched refs:SDL_ThreadID (Results 1 - 25 of 28) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_systhread.c 40 Uint32 SDL_ThreadID(void)
SDL_sysmutex.c 82 this_thread = SDL_ThreadID();
111 if ( SDL_ThreadID() != mutex->owner ) {
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_sysmutex.c 75 this_thread = SDL_ThreadID();
104 if ( SDL_ThreadID() != mutex->owner ) {
SDL_systhread.c 47 Uint32 SDL_ThreadID(void)
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_thread.h 56 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
59 equivalent to SDL_ThreadID() if the specified thread is NULL.
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 42 Uint32 SDL_ThreadID(void)
99 riscos_main_thread = SDL_ThreadID();
125 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c 45 extern Uint32 SDL_ThreadID();
94 if (SDL_EventThreadID() == SDL_ThreadID()) is_event_thread = 1;
95 } else if (SDL_ThreadID() == riscos_main_thread) is_event_thread = 1;
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 72 riscos_main_thread = SDL_ThreadID();
100 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_systhread.c 66 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 155 this_thread = SDL_ThreadID();
191 args->info->threadid = SDL_ThreadID();
286 id = SDL_ThreadID();
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 140 this_thread = SDL_ThreadID();
176 args->info->threadid = SDL_ThreadID();
266 id = SDL_ThreadID();
SDL_systhread.c 137 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
99 equivalent to SDL_ThreadID() if the specified thread is NULL.
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_systhread.c 81 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp 97 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_systhread.c 88 DECLSPEC Uint32 SDLCALL SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_systhread.c 89 Uint32 SDL_ThreadID(void)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
99 equivalent to SDL_ThreadID() if the specified thread is NULL.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
99 equivalent to SDL_ThreadID() if the specified thread is NULL.
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 96 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
99 equivalent to SDL_ThreadID() if the specified thread is NULL.
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 138 audio->threadid = SDL_ThreadID();
163 printf("[SDL_RunAudio] : Setting priority to TimeCritical+0! (TID%d)\n", SDL_ThreadID());
170 printf("[SDL_RunAudio] : Setting priority to ForegroundServer+0! (TID%d)\n", SDL_ThreadID());
233 printf("[SDL_RunAudio] : Task exiting. (TID%d)\n", SDL_ThreadID());
241 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) {
249 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) {
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 132 Uint32 SDL_ThreadID(void)
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 64 if ( SDL_EventThread && (SDL_ThreadID() != event_thread) ) {
74 if ( SDL_EventThread && (SDL_ThreadID() != event_thread) ) {
92 event_thread = SDL_ThreadID();
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 124 SDL_ThreadID
  /external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_timer.c 127 t, SDL_ThreadID());
229 printf("SDL_RemoveTimer(%08x) = %d num_timers = %d thread = %d\n", (Uint32)id, removed, SDL_timer_running, SDL_ThreadID());

Completed in 1080 milliseconds

1 2