Searched refs:thread_fun (Results 1 – 2 of 2) sorted by relevance
60 auto thread_fun = [&]() { in TEST() local79 threads.push_back(std::thread(thread_fun)); in TEST()
57 static void *thread_fun(void *arg) in thread_fun() function89 int ret = pthread_create(&tid, NULL, thread_fun, NULL); in pthread_atfork_0100()