Searched refs:ThreadDataPool (Results 1 – 1 of 1) sorted by relevance
220 static __thread DataPool<T> *ThreadDataPool; member321 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::DependencyDataPool395 __thread ParallelDataPool *ParallelDataPool::ThreadDataPool = nullptr; member in __anon13bac0180311::ParallelDataPool431 template <> __thread TaskgroupPool *TaskgroupPool::ThreadDataPool = nullptr; member in __anon13bac0180311::TaskgroupPool461 template <> __thread TaskDataPool *TaskDataPool::ThreadDataPool = nullptr; member in __anon13bac0180311::TaskDataPool609 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 …]