Searched refs:state (Results 1 - 2 of 2) sorted by relevance

/ipc/
H A Dmqueue.c63 int state; /* one of STATE_* values */ member in struct:ext_wait_queue
580 while (ewp->state == STATE_PENDING)
583 if (ewp->state == STATE_READY) {
588 if (ewp->state == STATE_READY) {
635 * waiting synchronously for message AND state of queue changed from
912 * spinlock. Therefore an intermediate STATE_PENDING state and memory barriers
928 receiver->state = STATE_PENDING;
931 receiver->state = STATE_READY;
948 sender->state = STATE_PENDING;
951 sender->state
[all...]
H A Dsem.c64 * intermediate state (IN_WAKEUP).
1937 current->state = TASK_INTERRUPTIBLE;
2016 /* If CLONE_SYSVSEM is set, establish sharing of SEM_UNDO state between

Completed in 25 milliseconds