Searched refs:thread_function (Results 1 – 2 of 2) sorted by relevance
143 const auto thread_function = +[](void* ptr) -> void* { in TEST() local150 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_function, &threads[i])); in TEST()
166 auto thread_function = [&]() { in TEST() local188 [&]() { return std::thread(thread_function); }); in TEST()