Home
last modified time | relevance | path

Searched refs:os_pcpu_ref_retain_try (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/libkern/os/
H A Drefcnt.h265 extern bool os_pcpu_ref_retain_try(os_pcpu_ref_t ref, struct os_refgrp *grp) __result_use_check;
H A Drefcnt_internal.h231 #define os_pcpu_ref_retain_try(ref, grp) (os_pcpu_ref_retain_try)(ref, NULL) macro
H A Drefcnt.c877 (os_pcpu_ref_retain_try)(os_pcpu_ref_t ref, struct os_refgrp *__debug_only grp)
/xnu-11417.101.15/tests/
H A Dos_refcnt.c122 T_ASSERT_TRUE(os_pcpu_ref_retain_try(rc, NULL), "try succeeded");
134 T_ASSERT_FALSE(os_pcpu_ref_retain_try(rc, NULL), "try failed");