Lines Matching full:sleep

63 Allow selection of the process-shared sleep queue for the thread sleep
65 and the operation must sleep.
66 The process-shared or process-private sleep queue is selected based on
70 Otherwise, if the flag is not specified, the process-private sleep queue
74 .Sx SLEEP QUEUES
75 subsection below for more details on sleep queues.
137 has a separate sleep queue associated
386 .Ss SLEEP QUEUES
389 .Em sleep ,
399 provides requests which explicitly put the thread to sleep.
403 .Em sleep queues .
404 A sleep queue is identified by a key, which for
417 creating sleep queues with the scope of the current process even if
427 important for determining corresponding sleep queue.
428 The size of the variable does not matter, so, for example, sleep on the same
436 The sleep queue to which a sleeping thread is assigned is an individual
440 When waking up a limited number of threads from a given sleep queue,
534 If they are equal, the requesting thread is put to interruptible sleep
537 The comparison and sleep are atomic.
560 An unblocked signal delivered during the wait always results in sleep
612 the lock, the current thread is put to sleep, with
627 An unblocked signal delivered during the wait always results in sleep
649 If there are threads sleeping in the sleep queue associated with the
651 If more than one thread sleeps in the sleep queue, the
735 the current thread is put to sleep on the sleep queue keyed by
744 sent between mutex unlock and putting the current thread on the sleep queue.
747 the same sleep queue, the
788 the wait always results in sleep interruption and
800 The request wakes up at most one thread sleeping on the sleep queue keyed
804 If the woken up thread was the last on the sleep queue, the
818 The request wakes up all threads sleeping on the sleep queue keyed by the
865 In this case the current thread is put to sleep until it makes sense to
886 word and puts itself to sleep on corresponding sleep queue.
892 An unblocked signal delivered during the wait always results in sleep
924 word and puts itself to sleep on corresponding sleep queue.
930 An unblocked signal delivered during the wait always results in sleep
958 .Sx SLEEP QUEUES
971 but unconditionally select the process-private sleep queue.
975 but unconditionally select the process-private sleep queue.
986 put the requesting thread to sleep if the mutex lock cannot be obtained
993 is added to the sleep queue.
1004 An unblocked signal delivered during the wait always results in sleep
1030 sleep queue with the key
1046 set, clear the bit and wake up one waiter in the sleep queue associated
1051 The sleep queue is always one for a normal mutex type.
1083 sleep queue where the waiters are found for wake up.
1089 If there is more than one waiter on the sleep queue, or there is only
1114 Put the requesting thread onto a sleep queue if the semaphore counter
1116 If the thread is put to sleep, the
1131 An unblocked signal delivered during such wait results in sleep
1279 to sleep for umtx operations specifying a timeout using absolute clocks.