Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dlocks.c1790 …r32_mask(cond_swi_var_t cond, cond_swi_var32_s expected_cond, uint32_t check_mask, wait_interrupt_… 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 …r64_mask(cond_swi_var_t cond, cond_swi_var64_s expected_cond, uint64_t check_mask, wait_interrupt_… 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()
H A Dlocks.h575 uint64_t check_mask,