Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h382 explicit GenericScopedLock(MutexType *mu) SANITIZER_ACQUIRE(mu) : mu_(mu) { in GenericScopedLock()
398 explicit GenericScopedReadLock(MutexType *mu) SANITIZER_ACQUIRE(mu) in GenericScopedReadLock()
415 ALWAYS_INLINE explicit GenericScopedRWLock(MutexType *mu, bool write) in GenericScopedRWLock()
H A Dsanitizer_file.h34 StaticSpinMutex *mu; member
/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DErrorHandler.h139 std::mutex mu; variable
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp52 static std::mutex mu; in toString() local
70 static std::mutex mu; in parseGNUWarning() local
1144 static std::mutex mu; in postParse() local
H A DInputSection.cpp125 static std::mutex mu; in decompress() local
/openbsd-src/usr.bin/signify/
H A Dsc25519.c16 static const crypto_uint32 mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x… variable
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp166 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB()
227 char *f, int l, uptr mu) { in AnnotateMutexIsUsedAsCondVar()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3434 pthread_mutex_t* mu; member
3452 pthread_mutex_t mu; in TEST() local