Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.c50 struct os_refcnt tg_refcount; member
279 os_ref_init(&tg->tg_refcount, NULL); in thread_group_create_and_retain()
539 os_ref_retain(&tg->tg_refcount); in thread_group_retain()
550 return os_ref_retain_try(&tg->tg_refcount); in thread_group_retain_try()
591 if (os_ref_release(&tg->tg_refcount) == 0) { in thread_group_release()
599 os_ref_release_live(&tg->tg_refcount); in thread_group_release_live()
614 if (os_ref_release(&tg->tg_refcount) == 0) { in thread_group_deallocate_safe()
/xnu-11215/tools/lldbmacros/
H A Dprocess.py747 …out_string += format_string.format(tg, tg.tg_id, tg.tg_name, tg.tg_refcount.ref_count, tg_flags, t…