HomeSort by: relevance | last modified time | path
    Searched defs:ACQUIRE (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl.pm 127 sub ACQUIRE {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_safety.h 31 #define ACQUIRE(...) THREAD_ANNOTATION(acquire_capability(__VA_ARGS__))
sanitizer_allocator_secondary.h 270 void ForceLock() ACQUIRE(mutex_) { mutex_.Lock(); }
sanitizer_mutex.h 29 void Lock() ACQUIRE() {
170 void Lock() ACQUIRE() {
372 explicit GenericScopedLock(MutexType *mu) ACQUIRE(mu) : mu_(mu) {
388 explicit GenericScopedReadLock(MutexType *mu) ACQUIRE(mu) : mu_(mu) {
405 ACQUIRE(mu)
sanitizer_thread_registry.h 97 void Lock() ACQUIRE() { mtx_.Lock(); }
sanitizer_common.h 241 ScopedErrorReportLock() ACQUIRE(mutex_) { Lock(); }
244 static void Lock() ACQUIRE(mutex_);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h 37 #define ACQUIRE(...) \
79 void lock() ACQUIRE() { mut_.lock(); }
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {}
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h 37 #define ACQUIRE(...) \
79 void lock() ACQUIRE() { mut_.lock(); }
91 MutexLock(Mutex& m) ACQUIRE(m) : ml_(m.native_handle()) {}
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 854 void ForceLock() ACQUIRE(fallback_mutex) {

Completed in 22 milliseconds