/external/qemu/distrib/sdl-1.2.15/test/ |
D | testlock.c | 29 printf("Process %u: exiting\n", SDL_ThreadID()); in printid() 39 Uint32 id = SDL_ThreadID(); in closemutex() 49 if ( SDL_ThreadID() == mainthread ) in Run() 52 printf("Process %u ready to work\n", SDL_ThreadID()); in Run() 57 printf("Process %u, working!\n", SDL_ThreadID()); in Run() 59 printf("Process %u, done!\n", SDL_ThreadID()); in Run() 66 if (SDL_ThreadID() == mainthread && doterminate) { in Run() 67 printf("Process %u: raising SIGTERM\n", SDL_ThreadID()); in Run() 91 mainthread = SDL_ThreadID(); in main()
|
D | testerror.c | 24 (char *)data, SDL_ThreadID(), "nevermind"); in ThreadFunc()
|
D | testhread.c | 23 (char *)data, SDL_ThreadID()); in ThreadFunc()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
D | SDL_systhread.c | 42 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function 99 riscos_main_thread = SDL_ThreadID(); in SDL_SYS_CreateThread() 125 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/ |
D | SDL_systimer.c | 45 extern Uint32 SDL_ThreadID(); 94 if (SDL_EventThreadID() == SDL_ThreadID()) is_event_thread = 1; in SDL_Delay() 95 } else if (SDL_ThreadID() == riscos_main_thread) is_event_thread = 1; in SDL_Delay()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/dc/ |
D | SDL_sysmutex.c | 75 this_thread = SDL_ThreadID(); in SDL_mutexP() 104 if ( SDL_ThreadID() != mutex->owner ) { in SDL_mutexV()
|
D | SDL_systhread.c | 47 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/thread/generic/ |
D | SDL_sysmutex.c | 82 this_thread = SDL_ThreadID(); in SDL_mutexP() 111 if ( SDL_ThreadID() != mutex->owner ) { in SDL_mutexV()
|
D | SDL_systhread.c | 40 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/ |
D | SDL_systhread.c | 72 riscos_main_thread = SDL_ThreadID(); in SDL_SYS_CreateThread() 100 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/thread/ |
D | SDL_thread.c | 157 this_thread = SDL_ThreadID(); in SDL_GetErrBuf() 193 args->info->threadid = SDL_ThreadID(); in SDL_RunThread() 288 id = SDL_ThreadID(); in SDL_GetThreadID()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_audio.c | 138 audio->threadid = SDL_ThreadID(); in SDL_RunAudio() 163 printf("[SDL_RunAudio] : Setting priority to TimeCritical+0! (TID%d)\n", SDL_ThreadID()); in SDL_RunAudio() 170 … printf("[SDL_RunAudio] : Setting priority to ForegroundServer+0! (TID%d)\n", SDL_ThreadID()); in SDL_RunAudio() 233 printf("[SDL_RunAudio] : Task exiting. (TID%d)\n", SDL_ThreadID()); in SDL_RunAudio() 241 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) { in SDL_LockAudio_Default() 249 if ( audio->thread && (SDL_ThreadID() == audio->threadid) ) { in SDL_UnlockAudio_Default()
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
D | SDL_events.c | 64 if ( SDL_EventThread && (SDL_ThreadID() != event_thread) ) { in SDL_Lock_EventThread() 74 if ( SDL_EventThread && (SDL_ThreadID() != event_thread) ) { in SDL_Unlock_EventThread() 92 event_thread = SDL_ThreadID(); in SDL_GobbleEvents()
|
/external/qemu/distrib/sdl-1.2.15/src/timer/ |
D | SDL_timer.c | 127 t, SDL_ThreadID()); in SDL_ThreadedTimerCheck() 229 …%08x) = %d num_timers = %d thread = %d\n", (Uint32)id, removed, SDL_timer_running, SDL_ThreadID()); in SDL_RemoveTimer()
|
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/ |
D | SDL_systhread.c | 66 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/ |
D | SDL_systhread.c | 89 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/ |
D | SDL_systhread.c | 81 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
D | SDL_systhread.c | 88 DECLSPEC Uint32 SDLCALL SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_thread.h | 92 extern DECLSPEC Uint32 SDLCALL SDL_ThreadID(void);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/ |
D | SDL_systhread.cpp | 107 Uint32 SDL_ThreadID(void) in SDL_ThreadID() function
|
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
D | SDL_systhread.c | 144 Uint32 SDL_ThreadID(void) function
|
/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/ |
D | SDL.x | 124 SDL_ThreadID
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nxvideo.c | 431 if (event_thread && (SDL_ThreadID () == event_thread)) { in NX_ToggleFullScreen()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11video.c | 1262 if ( event_thread && (SDL_ThreadID() == event_thread) ) { in X11_ToggleFullScreen()
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 638 A new function SDL_ThreadID() returns the identifier associated with
|