Home
last modified time | relevance | path

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

/llvm-project/openmp/tools/archer/
H A Dompt-tsan.cpp220 static __thread DataPool<T> *ThreadDataPool; member
321 static T *New() { return DataPool<T>::ThreadDataPool->getData(); } in New()
325 if (owner == DataPool<T>::ThreadDataPool) in Delete()
337 __thread DependencyDataPool *DependencyDataPool::ThreadDataPool = nullptr; member in __anon13bac0180311::DependencyDataPool
395 __thread ParallelDataPool *ParallelDataPool::ThreadDataPool = nullptr; member in __anon13bac0180311::ParallelDataPool
431 template <> __thread TaskgroupPool *TaskgroupPool::ThreadDataPool = nullptr; member in __anon13bac0180311::TaskgroupPool
461 template <> __thread TaskDataPool *TaskDataPool::ThreadDataPool = nullptr; member in __anon13bac0180311::TaskDataPool
609 ParallelDataPool::ThreadDataPool = new ParallelDataPool; in ompt_tsan_thread_begin()
610 TsanNewMemory(ParallelDataPool::ThreadDataPool, in ompt_tsan_thread_begin()
611 sizeof(ParallelDataPool::ThreadDataPool)); in ompt_tsan_thread_begin()
[all …]