Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dlocks.h501 cond_swi_var32_s expected_cond,
537 cond_swi_var64_s expected_cond,
574 cond_swi_var64_s expected_cond,
H A Dlocks.c1790 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
1795 if ((cond_val.cond32_data & check_mask) == (expected_cond.cond32_data & check_mask)) { in cond_sleep_with_inheritor32_mask()
1838 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
1843 if ((cond_val.cond64_data & check_mask) == (expected_cond.cond64_data & check_mask)) { in cond_sleep_with_inheritor64_mask()
1885 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
1887 return cond_sleep_with_inheritor32_mask(cond, expected_cond, ~0u, interruptible, deadline); in cond_sleep_with_inheritor32()
1920 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
1922 return cond_sleep_with_inheritor64_mask(cond, expected_cond, ~0ull, interruptible, deadline); in cond_sleep_with_inheritor64()