Home
last modified time | relevance | path

Searched refs:grp_count (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/libkern/os/
H A Drefcnt.c226 atomic_fetch_add_explicit(&grp->grp_count, init_count, memory_order_relaxed); in ref_attach_to_group()
244 atomic_fetch_add_explicit(&grp->grp_count, 1, memory_order_relaxed); in ref_retain_group()
255 atomic_fetch_sub_explicit(&grp->grp_count, 1, memory_order_relaxed); in ref_release_group()
H A Drefcnt_internal.h22 os_ref_atomic_t grp_count; /* current reference count of group */ member
128 .grp_count = ATOMIC_VAR_INIT(0u), \
/xnu-8020.140.41/tools/lldbmacros/
H A Drefgrp.py19 refgrp.grp_count, refgrp.grp_retain_total,
/xnu-8020.140.41/tests/
H A Dos_refcnt.c209 T_ASSERT_EQ_UINT(g1.grp_count, 1, "group count");
225 T_ASSERT_EQ_UINT(g1.grp_count, 0, "group count");
/xnu-8020.140.41/libkern/c++/
H A DOSKext.cpp7886 assertf(account->task_refgrp.grp_count == 0,