Searched refs:catch (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/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-12377.61.12/doc/mach_ipc/ |
| H A D | ipc_security_concepts.md | 49 In order to catch port management issues that could lead to various confused
|
| /xnu-12377.61.12/doc/vm/ |
| H A D | sanitize.md | 13 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 D | bound_checks.md | 195 checks are never desirable, it is better to catch them at that stage than at any
|
| /xnu-12377.61.12/doc/debugging/ |
| H A D | debugging.md | 335 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 D | README.md | 177 …or('error_message')` to notify the user. The framework will automatically catch this and show appr…
|
| /xnu-12377.61.12/tests/ |
| H A D | stackshot_tests.m | 581 /* Leave some time for the testing infrastructure to catch up */
|