Home
last modified time | relevance | path

Searched defs:DataPool (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp237 std::mutex DPMutex{};
240 std::vector<T *> DataPointer{};
244 std::list<void *> memory;
247 std::atomic<int> remote{0};
250 int total{0};
252 int remoteReturn{0};
253 int localReturn{0};
259 int getMissing() { in getMissing()
264 void newDatas() { in newDatas()
286 T *getData() { in getData()
[all …]