Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/doc/mach_ipc/
H A Dipc_security_concepts.md49 In order to catch port management issues that could lead to various confused
/xnu-12377.61.12/doc/vm/
H A Dsanitize.md13 overflow. Note that these APIs are meant to primarily catch issues with
287 that the sanitizers are supposed to catch. The list of trial values for
/xnu-12377.61.12/doc/building/
H A Dbound_checks.md195 checks are never desirable, it is better to catch them at that stage than at any
/xnu-12377.61.12/doc/debugging/
H A Ddebugging.md335 exception in the end. It was just captured in try/catch block. So the simplified reproducer is:
/xnu-12377.61.12/tools/lldbmacros/
H A DREADME.md177 …or('error_message')` to notify the user. The framework will automatically catch this and show appr…
/xnu-12377.61.12/tests/
H A Dstackshot_tests.m581 /* Leave some time for the testing infrastructure to catch up */