Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dlocks.h494 cond_swi_var32_s expected_cond,
530 cond_swi_var64_s expected_cond,
567 cond_swi_var64_s expected_cond,
H A Dlocks.c1735 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
1740 if ((cond_val.cond32_data & check_mask) == (expected_cond.cond32_data & check_mask)) { in cond_sleep_with_inheritor32_mask()
1783 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
1788 if ((cond_val.cond64_data & check_mask) == (expected_cond.cond64_data & check_mask)) { in cond_sleep_with_inheritor64_mask()
1830 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
1832 return cond_sleep_with_inheritor32_mask(cond, expected_cond, ~0u, interruptible, deadline); in cond_sleep_with_inheritor32()
1865 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
1867 return cond_sleep_with_inheritor64_mask(cond, expected_cond, ~0ull, interruptible, deadline); in cond_sleep_with_inheritor64()