HomeSort by relevance Sort by last modified time
    Searched refs:bounce_ref (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
RefCntTest.cpp 14 static void bounce_ref(void* data) { function
25 std::thread thing1(bounce_ref, ref);
26 std::thread thing2(bounce_ref, ref);
55 std::thread thing1(bounce_ref, ref);
56 std::thread thing2(bounce_ref, ref);
  /external/skqp/tests/
RefCntTest.cpp 14 static void bounce_ref(void* data) { function
25 std::thread thing1(bounce_ref, ref);
26 std::thread thing2(bounce_ref, ref);
55 std::thread thing1(bounce_ref, ref);
56 std::thread thing2(bounce_ref, ref);

Completed in 70 milliseconds