Searched refs:ref_group_lock (Results 1 – 2 of 2) sorted by relevance
302 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()
197 lck_spin_t ref_group_lock; member