Searched refs:task_group (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 110 task_group.async(extract_fn, i); in Index() 111 task_group.wait(); in Index() 116 task_group.async(parser_fn, i); in Index() 117 task_group.wait(); in Index() 127 task_group.async(finalize_fn, &IndexSet::function_basenames); in Index() 128 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index() 129 task_group.async(finalize_fn, &IndexSet::function_methods); in Index() 132 task_group.async(finalize_fn, &IndexSet::globals); in Index() 133 task_group.async(finalize_fn, &IndexSet::types); in Index() 134 task_group.async(finalize_fn, &IndexSet::namespaces); in Index() [all …]
|
| /freebsd-14.2/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)
|