Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dlocks.h398 } cond_swi_var32_s; typedef
445 cond_swi_var32_s expected_cond,
H A Dlocks.c1710 static_assert(sizeof(cond_swi_var32_s) == sizeof(uint32_t));
1811 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()
1814 cond_swi_var32_s cond_val = {.cond32_data = os_atomic_load((uint32_t*) cond, relaxed)}; in cond_sleep_with_inheritor32_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()