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

  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_systhread.c 41 Uint32 riscos_main_thread = 0; /* Thread running events */ variable
72 riscos_main_thread = SDL_ThreadID();
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 70 Uint32 riscos_main_thread = 0; /* Thread running events */ variable
99 riscos_main_thread = SDL_ThreadID();
  /external/qemu/distrib/sdl-1.2.15/src/timer/riscos/
SDL_systimer.c 43 extern Uint32 riscos_main_thread;
95 } else if (SDL_ThreadID() == riscos_main_thread) is_event_thread = 1;

Completed in 271 milliseconds