Searched refs:task_group (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.cpp | 90 llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool()); in Index() local 109 task_group.async(wrapper, i); in Index() 111 task_group.wait(); in Index() 136 task_group.async([this, &sets, index, &progress]() { in Index() 144 task_group.wait(); in Index()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 504 llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool()); in RefreshModules() local 506 task_group.async(load_module_fn, *I); in RefreshModules() 507 task_group.wait(); in RefreshModules() 724 llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool()); in LoadAllCurrentModules() local 726 task_group.async(load_module_fn, *I); in LoadAllCurrentModules() 727 task_group.wait(); in LoadAllCurrentModules()
|
| /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)
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1673 llvm::ThreadPoolTaskGroup task_group(Debugger::GetThreadPool()); in SetExecutableModule() local 1682 task_group.async(GetDependentModules, in SetExecutableModule() 1685 task_group.wait(); in SetExecutableModule()
|