Searched refs:catch (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c71 int sig, catch; local
76 catch = ut->uu_pri & PCATCH;
90 if (!catch)
94 if (catch) {
164 int sig, catch; local
179 catch = THREAD_ABORTSAFE;
181 catch = THREAD_UNINT;
199 wait_result = lck_mtx_sleep_deadline(mtx, flags, chan, catch, abstime);
201 wait_result = lck_mtx_sleep(mtx, flags, chan, catch);
205 assert_wait_deadline(chan, catch, abstim
[all...]
H A Dsys_pipe.c230 static __inline int pipeio_lock(struct pipe *cpipe, int catch);
522 * we might catch it in transient state
655 pipeio_lock(struct pipe *cpipe, int catch) argument
660 error = msleep(cpipe, PIPE_MTX(cpipe), catch ? (PRIBIO | PCATCH) : PRIBIO,
1549 * we might catch it in transient state

Completed in 27 milliseconds