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

  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syscond.c 35 int waiting; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
79 /* Restart one of the threads that are waiting on the condition variable */
87 /* If there are waiting threads not already signalled, then
91 if ( cond->waiting > cond->signals ) {
103 /* Restart all threads that are waiting on the condition variable */
111 /* If there are waiting threads not already signalled, then
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syscond.c 35 int waiting; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
79 /* Restart one of the threads that are waiting on the condition variable */
87 /* If there are waiting threads not already signalled, then
91 if ( cond->waiting > cond->signals ) {
103 /* Restart all threads that are waiting on the condition variable */
111 /* If there are waiting threads not already signalled, then
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syscond.c 35 int waiting; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
79 /* Restart one of the threads that are waiting on the condition variable */
87 /* If there are waiting threads not already signalled, then
91 if ( cond->waiting > cond->signals ) {
103 /* Restart all threads that are waiting on the condition variable */
111 /* If there are waiting threads not already signalled, then
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 244 "WAITING",
890 struct csd_call *active, *waiting; local
895 waiting = find_call_with_status(CSD_CALL_STATUS_COMING);
896 if (!waiting)
897 waiting = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
898 if (!waiting)
899 waiting = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
903 if (waiting)
904 err = answer_call(waiting);
    [all...]
telephony-maemo6.c 204 "WAITING",
850 struct csd_call *active, *waiting; local
855 waiting = find_call_with_status(CSD_CALL_STATUS_COMING);
856 if (!waiting)
857 waiting = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
858 if (!waiting)
859 waiting = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
863 if (waiting)
864 err = answer_call(waiting);
    [all...]
  /external/ppp/pppd/
main.c 155 int childwait_done; /* have timed out waiting for children */
184 static int waiting; variable
522 waiting = 0;
629 dbglog("Waiting for %d child processes...", n_children);
658 waiting = 1;
663 waiting = 0;
    [all...]
  /bionic/libc/kernel/common/linux/
blkdev.h 158 struct completion *waiting; member in struct:request
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 158 struct completion *waiting; member in struct:request