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
384 .Ss SLEEP QUEUES
387 .Em sleep ,
397 provides requests which explicitly put the thread to sleep.
401 .Em sleep queues .
402 A sleep queue is identified by a key, which for
415 creating sleep queues with the scope of the current process even if
425 important for determining corresponding sleep queue.
426 The size of the variable does not matter, so, for example, sleep on the same
434 The sleep queue to which a sleeping thread is assigned is an individual
438 When waking up a limited number of threads from a given sleep queue,
532 If they are equal, the requesting thread is put to interruptible sleep
535 The comparison and sleep are atomic.
558 An unblocked signal delivered during the wait always results in sleep
610 the lock, the current thread is put to sleep, with
625 An unblocked signal delivered during the wait always results in sleep
647 If there are threads sleeping in the sleep queue associated with the
649 If more than one thread sleeps in the sleep queue, the
733 the current thread is put to sleep on the sleep queue keyed by
742 sent between mutex unlock and putting the current thread on the sleep queue.
745 the same sleep queue, the
786 the wait always results in sleep interruption and
798 The request wakes up at most one thread sleeping on the sleep queue keyed
802 If the woken up thread was the last on the sleep queue, the
816 The request wakes up all threads sleeping on the sleep queue keyed by the
863 In this case the current thread is put to sleep until it makes sense to
884 word and puts itself to sleep on corresponding sleep queue.
890 An unblocked signal delivered during the wait always results in sleep
922 word and puts itself to sleep on corresponding sleep queue.
928 An unblocked signal delivered during the wait always results in sleep
956 .Sx SLEEP QUEUES
969 but unconditionally select the process-private sleep queue.
973 but unconditionally select the process-private sleep queue.
984 put the requesting thread to sleep if the mutex lock cannot be obtained
991 is added to the sleep queue.
1002 An unblocked signal delivered during the wait always results in sleep
1028 sleep queue with the key
1044 set, clear the bit and wake up one waiter in the sleep queue associated
1049 The sleep queue is always one for a normal mutex type.
1081 sleep queue where the waiters are found for wake up.
1087 If there is more than one waiter on the sleep queue, or there is only
1112 Put the requesting thread onto a sleep queue if the semaphore counter
1114 If the thread is put to sleep, the
1129 An unblocked signal delivered during such wait results in sleep
1277 to sleep for umtx operations specifying a timeout using absolute clocks.