Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dlocks.h445 cond_swi_var32_s expected_cond,
481 cond_swi_var64_s expected_cond,
518 cond_swi_var64_s expected_cond,
H A Dlocks.c1811 cond_sleep_with_inheritor32_mask(cond_swi_var_t cond, cond_swi_var32_s expected_cond, uint32_t chec… in cond_sleep_with_inheritor32_mask() argument
1816 if ((cond_val.cond32_data & check_mask) == (expected_cond.cond32_data & check_mask)) { in cond_sleep_with_inheritor32_mask()
1859 cond_sleep_with_inheritor64_mask(cond_swi_var_t cond, cond_swi_var64_s expected_cond, uint64_t chec… in cond_sleep_with_inheritor64_mask() argument
1864 if ((cond_val.cond64_data & check_mask) == (expected_cond.cond64_data & check_mask)) { in cond_sleep_with_inheritor64_mask()
1906 cond_sleep_with_inheritor32(cond_swi_var_t cond, cond_swi_var32_s expected_cond, wait_interrupt_t i… in cond_sleep_with_inheritor32() argument
1908 return cond_sleep_with_inheritor32_mask(cond, expected_cond, ~0u, interruptible, deadline); in cond_sleep_with_inheritor32()
1941 cond_sleep_with_inheritor64(cond_swi_var_t cond, cond_swi_var64_s expected_cond, wait_interrupt_t i… in cond_sleep_with_inheritor64() argument
1943 return cond_sleep_with_inheritor64_mask(cond, expected_cond, ~0ull, interruptible, deadline); in cond_sleep_with_inheritor64()