Searched refs:test_task (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_task.cpp | 144 CountingTask<> test_task(wait); 148 tbb::detail::d1::execute_and_wait(test_task, test_context, wait, test_context); 396 std::vector<suspended_task, tbb::cache_aligned_allocator<suspended_task>> test_task; in __anon509d20bd0b02() local 399 tbb::this_task_arena::isolate([&wait, &test_context, &test_task] { in __anon509d20bd0b02() 401 … tbb::task::suspend([&wait, &test_context, &test_task, thread_id] (tbb::task::suspend_point tag) { in __anon509d20bd0b02() 403 test_task.emplace_back(tag, wait); in __anon509d20bd0b02() 404 tbb::detail::d1::spawn(test_task[0], test_context); in __anon509d20bd0b02()
|
| /oneTBB/cmake/ |
| H A D | memcheck.cmake | 110 memcheck-test_task
|
| /oneTBB/test/ |
| H A D | CMakeLists.txt | 451 tbb_add_test(SUBDIR tbb NAME test_task DEPENDENCIES TBB::tbb) 458 add_dependencies(test_fuzzing test_task) 459 … target_compile_definitions(test_fuzzing PRIVATE CMD="$<TARGET_FILE:test_task> >/dev/null 2>&1")
|