Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dmutex.h132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dmutex.h132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp335 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier() function in OpenMPIRBuilder