Searched defs:mu (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.h | 382 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 D | sanitizer_file.h | 34 StaticSpinMutex *mu; member
|
/openbsd-src/gnu/llvm/lld/include/lld/Common/ |
H A D | ErrorHandler.h | 139 std::mutex mu; variable
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | InputFiles.cpp | 52 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 D | InputSection.cpp | 125 static std::mutex mu; in decompress() local
|
/openbsd-src/usr.bin/signify/ |
H A D | sc25519.c | 16 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 D | tsan_interface_ann.cpp | 166 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 D | msan_test.cpp | 3434 pthread_mutex_t* mu; member 3452 pthread_mutex_t mu; in TEST() local
|