Searched refs:another_helper (Results 1 – 2 of 2) sorted by relevance
120 void another_helper() { in another_helper() function126 std::thread t(another_helper); in helper()
123 void another_helper() { in another_helper() function129 std::thread t = support::make_test_thread(another_helper); in helper()