Searched refs:catch (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_synch.c | 69 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 D | sys_pipe.c | 267 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 D | MASTER | 842 # Debug instrumentation to catch code that leaves interrupts masked
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | README.md | 171 …or('error_message')` to notify the user. The framework will automatically catch this and show appr…
|
| /xnu-8019.80.24/tests/ |
| H A D | stackshot_tests.m | 407 /* Leave some time for the testing infrastructure to catch up */
|