Home
last modified time | relevance | path

Searched refs:catch (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_synch.c69 int sig, catch; in _sleep_continue() local
74 catch = ut->uu_pri & PCATCH; in _sleep_continue()
88 if (!catch) { in _sleep_continue()
93 if (catch) { in _sleep_continue()
167 int sig, catch; in _sleep() local
183 catch = THREAD_ABORTSAFE; in _sleep()
185 catch = THREAD_UNINT; in _sleep()
206 wait_result = lck_mtx_sleep_deadline(mtx, flags, chan, catch, abstime); in _sleep()
208 wait_result = lck_mtx_sleep(mtx, flags, chan, catch); in _sleep()
212 assert_wait_deadline(chan, catch, abstime); in _sleep()
[all …]
H A Dsys_pipe.c267 static __inline int pipeio_lock(struct pipe *cpipe, int catch);
678 pipeio_lock(struct pipe *cpipe, int catch) in pipeio_lock() argument
683 error = msleep(cpipe, PIPE_MTX(cpipe), catch ? (PRIBIO | PCATCH) : PRIBIO, in pipeio_lock()
/xnu-8019.80.24/config/
H A DMASTER842 # Debug instrumentation to catch code that leaves interrupts masked
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md171 …or('error_message')` to notify the user. The framework will automatically catch this and show appr…
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m407 /* Leave some time for the testing infrastructure to catch up */