Searched refs:bounce_ref (Results 1 – 1 of 1) sorted by relevance
15 static void bounce_ref(void* data) { in bounce_ref() function26 std::thread thing1(bounce_ref, ref); in test_refCnt()27 std::thread thing2(bounce_ref, ref); in test_refCnt()56 std::thread thing1(bounce_ref, ref); in test_weakRefCnt()57 std::thread thing2(bounce_ref, ref); in test_weakRefCnt()