Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsys_ulock.c119 #define ULOCK_TO_EVENT(ull) ((event_t)ull) macro
745 wr = waitq_assert_wait64(&ts->ts_waitq, CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in sys_ulock_wait2()
1028 CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in ulock_wake()
1035 waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in ulock_wake()
1045 CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in ulock_wake()
1048 waitq_wakeup64_one(&ts->ts_waitq, CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in ulock_wake()