HomeSort by relevance Sort by last modified time
    Searched refs:riscos_using_threads (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 40 int riscos_using_threads = 0; variable
70 if (riscos_using_threads == 0) {
71 riscos_using_threads = 1;
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 69 int riscos_using_threads = 0; variable
96 if (riscos_using_threads == 0)
98 riscos_using_threads = 1;
  /external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c 44 extern int riscos_using_threads;
89 if (riscos_using_threads)
124 if (riscos_using_threads) pthread_yield();
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 69 extern int riscos_using_threads;
115 if (riscos_using_threads) __pthread_stop_ticker();
293 if (riscos_using_threads)
297 if (riscos_using_threads) __pthread_start_ticker();

Completed in 110 milliseconds