Searched defs:waiting (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c493 volatile uint32_t waiting; member in struct:door_xsync_shared
551 if (--xssp->waiting == 0)
566 if (--xssp->waiting == 0)
633 xssp->waiting = 0;
650 xssp->waiting++;
694 while (xssp->waiting)
733 xssp->waiting++;
739 while (xssp->waiting)
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c107 int _aio_suscv_cnt = 0; /* aio_suspend calls waiting on cv's */
255 * kernel waiting for pending kaio requests to complete.
1423 * when they are waiting in the kernel for completed I/Os.
1438 * prepare to notify the waiting thread.
1443 int waiting = 0; local
1445 if ((waiting = head->lio_waiting) != 0)
1461 if (waiting == 0)
1550 * and then goes to sleep waiting for more work.
1581 * the process has a handler enabled and it is not waiting via

Completed in 234 milliseconds