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

  /external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c 91 clock_t to_wait=clock(); local
96 to_wait+=ms;
98 while(clock()<to_wait);
149 ULONG to_wait[2],actual[2]; local
152 to_wait[1]+=ms*1000/MY_CLOCKS_PER_SEC;
154 while(actual[1]<to_wait[1])
  /external/dbus/bus/
expirelist.c 180 double to_wait; local
183 to_wait = (double) list->expire_after - elapsed;
184 if (min_wait_time > to_wait)
185 min_wait_time = to_wait;
  /external/bluetooth/glib/gthread/
gthread-win32.c 292 gulong to_wait; local
298 to_wait = INFINITE;
305 to_wait = 0;
307 to_wait = (abs_time->tv_sec - current_time.tv_sec) * 1000 +
311 return g_cond_wait_internal (cond, entered_mutex, to_wait);

Completed in 96 milliseconds