Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask_ref.c302 lck_spin_lock(&task->ref_group_lock); in task_reference_grp()
329 lck_spin_unlock(&task->ref_group_lock); in task_reference_grp()
451 lck_spin_init(&task->ref_group_lock, &task_lck_grp, LCK_ATTR_NULL); in task_ref_count_init()
458 lck_spin_init(&task->ref_group_lock, &task_lck_grp, LCK_ATTR_NULL); in task_ref_count_init()
482 lck_spin_destroy(&task->ref_group_lock, &task_lck_grp); in task_ref_count_fini()
487 lck_spin_destroy(&task->ref_group_lock, &task_lck_grp); in task_ref_count_fini()
H A Dtask.h197 lck_spin_t ref_group_lock; member