Searched refs:thread_func (Results 1 – 4 of 4) sorted by relevance
64 auto thread_func = [&, operation_number] { in __anon1eb8c3140102() variable74 arena.enqueue(thread_func);
269 auto thread_func = [&vector_test_task, &test_context] ( std::size_t idx ) { in __anon509d20bd0802() variable278 threads.emplace_back(thread_func, k);
1649 auto thread_func = [&] () { in StressTestMixFunctionality() local1736 thread_pool.emplace_back(thread_func); in StressTestMixFunctionality()1739 thread_func(); in StressTestMixFunctionality()
132 void *thread_func(void *) { in thread_func() function153 pthread_create(&handle, &attr, &thread_func, (void *)nullptr); in main_loop()