Home
last modified time | relevance | path

Searched refs:another_helper (Results 1 – 2 of 2) sorted by relevance

/external/libcxxabi/test/
Dtest_guard.pass.cpp120 void another_helper() { in another_helper() function
126 std::thread t(another_helper); in helper()
/external/llvm-project/libcxxabi/test/
Dtest_guard.pass.cpp123 void another_helper() { in another_helper() function
129 std::thread t = support::make_test_thread(another_helper); in helper()