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

/xnu-2782.1.97/bsd/kern/
H A Dkern_synch.c148 * flag... if PDROP is specified, _sleep returns with the mutex unlocked
153 _sleep( function
312 return _sleep((caddr_t)chan, pri, (char *)NULL, 0, (int (*)(int))0, (lck_mtx_t *)0);
329 return _sleep((caddr_t)chan, pri, wmsg, abstime, continuation, mtx);
347 return _sleep((caddr_t)chan, pri, wmsg, abstime, (int (*)(int))0, mtx);
358 return _sleep((caddr_t)chan, pri, wmsg, abstime, (int (*)(int))0, mtx);
372 return _sleep((caddr_t)chan, pri, wmsg, abstime, (int (*)(int))0, (lck_mtx_t *)0);
387 return _sleep((caddr_t)chan, pri, wmsg, abstime, continuation, (lck_mtx_t *)0);
398 return _sleep((caddr_t)chan, pri, wmsg, abstime, continuation, (lck_mtx_t *)0);

Completed in 19 milliseconds