Home
last modified time | relevance | path

Searched refs:os_ref_release_relaxed (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Drestartable.c317 if (rr_base && os_ref_release_relaxed(&rr_base->rr_ref) == 0) { in _restartable_ranges_create()
341 if (os_ref_release_relaxed(&rr->rr_ref) == 0) { in restartable_ranges_release()
/xnu-12377.1.9/libkern/os/
H A Drefcnt.h129 static os_ref_count_t os_ref_release_relaxed(struct os_refcnt *) OS_WARN_RESULT;
H A Drefcnt_internal.h200 os_ref_release_relaxed(struct os_refcnt *rc) in os_ref_release_relaxed() function
/xnu-12377.1.9/bsd/net/
H A Dif_var_private.h1290 if (os_ref_release_relaxed(&ifa->ifa_refcnt) == 0) { in ifa_remref()
H A Ddlil.c4289 if (os_ref_release_relaxed(&ifp->if_refio) == 0) { in ifnet_decr_iorefcnt()
4303 if (os_ref_release_relaxed(&ifp->if_refio) == 0) { in ifnet_decr_iorefcnt_locked()
5642 if (os_ref_release_relaxed(&ifp->if_refio) > 0) { in ifnet_detach_final()
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_workqueue.c2064 if (os_ref_release_relaxed(&wq->wq_refcnt) == 0) { in workq_deallocate()
2073 if (__improbable(os_ref_release_relaxed(&wq->wq_refcnt) == 0)) { in workq_deallocate_safe()