Searched refs:thread_fun (Results 1 – 7 of 7) sorted by relevance
20 void *thread_fun(void *arg) { in thread_fun() function42 pthread_create(&tid[i], 0, thread_fun, 0); in main()
25 void *thread_fun(void *arg) { in thread_fun() function52 pthread_create(&tid[i], 0, thread_fun, 0); in main()
60 auto thread_fun = [&]() { in TEST() local79 threads.push_back(std::thread(thread_fun)); in TEST()
60 auto thread_fun = [&]() { in TEST() local77 threads.push_back(std::thread(thread_fun)); in TEST()