Searched refs:thread_function (Results 1 – 1 of 1) sorted by relevance
150 const auto thread_function = +[](void* ptr) -> void* { in TEST() local157 ASSERT_EQ(0, pthread_create(&thread, nullptr, thread_function, &threads[i])); in TEST()