Searched refs:no_timeout (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.bin/lock/
H A Dlock.c90 static int no_timeout; /* lock terminal forever */ variable
115 no_timeout = 0;
129 no_timeout = 1;
196 if (!no_timeout)
218 if (no_timeout)
286 if (no_timeout) {
308 if (!no_timeout) {
/freebsd-12-stable/usr.bin/timeout/tests/
H A Dtimeout_test.sh51 atf_test_case no_timeout
208 atf_add_test_case no_timeout
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp362 std::cv_status result = std::cv_status::no_timeout;
373 } else if (result != std::cv_status::no_timeout) {

Completed in 208 milliseconds