Searched refs:ACQUIRE (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dmutex.h37 #define ACQUIRE(...) \ macro
79 void lock() ACQUIRE() { mut_.lock(); } function
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} function in class:benchmark::MutexLock
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dmutex.h37 #define ACQUIRE(...) \ macro
79 void lock() ACQUIRE() { mut_.lock(); } function
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {} function in class:benchmark::MutexLock
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_safety.h31 #define ACQUIRE(...) THREAD_ANNOTATION(acquire_capability(__VA_ARGS__)) macro
H A Dsanitizer_mutex.h29 void Lock() ACQUIRE() { function in class:__sanitizer::StaticSpinMutex
164 void Lock() ACQUIRE() { function in class:__sanitizer::Mutex
366 explicit GenericScopedLock(MutexType *mu) ACQUIRE(mu) : mu_(mu) { function in class:__sanitizer::GenericScopedLock
382 explicit GenericScopedReadLock(MutexType *mu) ACQUIRE(mu) : mu_(mu) { function in class:__sanitizer::GenericScopedReadLock
399 ACQUIRE(mu) function in class:__sanitizer::GenericScopedRWLock
H A Dsanitizer_thread_registry.h97 void Lock() ACQUIRE() { mtx_.Lock(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_allocator_secondary.h270 void ForceLock() ACQUIRE(mutex_) { mutex_.Lock(); } function in class:LargeMmapAllocator
H A Dsanitizer_common.h241 ScopedErrorReportLock() ACQUIRE(mutex_) { Lock(); } function in class:__sanitizer::ScopedErrorReportLock
244 static void Lock() ACQUIRE(mutex_);
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl.pm127 sub ACQUIRE { subroutine
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp854 void ForceLock() ACQUIRE(fallback_mutex) { function in struct:__asan::Allocator
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc2842 MEMMODEL_PAIR (ACQUIRE, "acquire"),

Completed in 108 milliseconds