Searched refs:bounce_ref (Results 1 – 2 of 2) 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()