Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_monitor.cpp64 auto thread_func = [&, operation_number] { in __anon1eb8c3140102() variable
74 arena.enqueue(thread_func);
H A Dtest_task.cpp269 auto thread_func = [&vector_test_task, &test_context] ( std::size_t idx ) { in __anon509d20bd0802() variable
278 threads.emplace_back(thread_func, k);
H A Dtest_task_arena.cpp1649 auto thread_func = [&] () { in StressTestMixFunctionality() local
1736 thread_pool.emplace_back(thread_func); in StressTestMixFunctionality()
1739 thread_func(); in StressTestMixFunctionality()
/oneTBB/examples/common/gui/
H A Dmacvideo.cpp132 void *thread_func(void *) { in thread_func() function
153 pthread_create(&handle, &attr, &thread_func, (void *)nullptr); in main_loop()