Home
last modified time | relevance | path

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

/xnu-8792.41.9/libkern/os/
H A Drefcnt_internal.h69 os_ref_count_t os_ref_release_locked_internal(os_ref_atomic_t *, struct os_refgrp *);
78 #define os_ref_release_locked_internal os_ref_release_locked_external macro
100 return os_ref_release_locked_internal(&rc->ref_count, os_ref_if_debug(rc->ref_group, NULL)); in os_ref_release_locked()
281 return os_ref_release_locked_internal(rc, grp); in os_ref_release_locked_raw()
H A Drefcnt.c497 os_ref_release_locked_internal(os_ref_atomic_t *rc, struct os_refgrp * __debug_only grp) in os_ref_release_locked_internal() function