Searched refs:grp_count (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/libkern/os/ |
| H A D | refcnt.c | 226 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 D | refcnt_internal.h | 22 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 D | refgrp.py | 19 refgrp.grp_count, refgrp.grp_retain_total,
|
| /xnu-8020.140.41/tests/ |
| H A D | os_refcnt.c | 209 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 D | OSKext.cpp | 7886 assertf(account->task_refgrp.grp_count == 0,
|