Searched refs:task_group (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | ManualDWARFIndex.cpp | 102 llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool()); in Index() local 113 task_group.async(extract_fn, i); in Index() 114 task_group.wait(); in Index() 119 task_group.async(parser_fn, i); in Index() 120 task_group.wait(); in Index() 130 task_group.async(finalize_fn, &IndexSet::function_basenames); in Index() 131 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index() 132 task_group.async(finalize_fn, &IndexSet::function_methods); in Index() 133 task_group.async(finalize_fn, &IndexSet::function_selectors); in Index() 134 task_group.async(finalize_fn, &IndexSet::objc_class_selectors); in Index() [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.h | 370 ITT_STUBV(ITTAPI, void, task_group, 373 (ITT_FORMAT domain, id, parent, name), task_group,
|
H A D | ittnotify.h | 2333 ITT_STUBV(ITTAPI, void, task_group, 2336 #define __itt_task_group(d, x, y, z) ITTNOTIFY_VOID_D3(task_group, d, x, y, z) 2337 #define __itt_task_group_ptr ITTNOTIFY_NAME(task_group)
|