Searched refs:lck_mtx_gate_open (Results 1 – 3 of 3) sorted by relevance
1295 lck_mtx_gate_open(&info->mtx_lock, gate); in primitive_gate_open()2369 lck_mtx_gate_open(&info->mtx_lock, &info->gates[0]); in thread_sleep_gate_chain_work()2408 lck_mtx_gate_open(&info->mtx_lock, &info->gates[i]); in thread_sleep_gate_chain_work()2462 lck_mtx_gate_open(&info->mtx_lock, &info->gates[0]); in thread_gate_chain_work()2472 lck_mtx_gate_open(&info->mtx_lock, &info->gates[i]); in thread_gate_chain_work()
770 extern void lck_mtx_gate_open(lck_mtx_t *lock, gate_t *gate);
3467 lck_mtx_gate_open(__assert_only lck_mtx_t *lock, gate_t *gate) in lck_mtx_gate_open() function