Searched refs:Sleeping (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| D | linux.cpp | 102 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; enumerator 114 if (V != Sleeping) in lockSlow() 115 V = atomic_exchange(&M, Sleeping, memory_order_acquire); in lockSlow() 117 syscall(SYS_futex, reinterpret_cast<uptr>(&M), FUTEX_WAIT_PRIVATE, Sleeping, in lockSlow() 119 V = atomic_exchange(&M, Sleeping, memory_order_acquire); in lockSlow()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/linux/ |
| D | Host.cpp | 48 Sleeping, enumerator 101 .Case("S", ProcessState::Sleeping) in GetStatusInfo()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
| D | clock.t | 58 printf("# Sleeping for %.6f seconds...\n", $r);
|
| /openbsd/src/games/hack/ |
| D | rumors | 347 Sleeping may increase your strength.
|
| /openbsd/src/games/fortune/datfiles/ |
| D | fortunes2 | 45222 -- Cheers, Let Sleeping Drakes Lie
|