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

  /external/qemu/distrib/sdl-1.2.15/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.15/src/thread/riscos/
SDL_systhread.c 69 int riscos_using_threads = 0; variable
96 if (riscos_using_threads == 0)
98 riscos_using_threads = 1;

Completed in 99 milliseconds