HomeSort by: relevance | last modified time | path
    Searched refs:SANITIZER_ACQUIRE (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_safety.h 32 #define SANITIZER_ACQUIRE(...) \
sanitizer_thread_arg_retval.h 36 void Lock() SANITIZER_ACQUIRE() { mtx_.Lock(); }
sanitizer_mutex.h 29 void Lock() SANITIZER_ACQUIRE() {
172 void Lock() SANITIZER_ACQUIRE() {
388 explicit GenericScopedLock(MutexType *mu) SANITIZER_ACQUIRE(mu) : mu_(mu) {
404 explicit GenericScopedReadLock(MutexType *mu) SANITIZER_ACQUIRE(mu)
422 SANITIZER_ACQUIRE(mu)
sanitizer_thread_registry.h 98 void Lock() SANITIZER_ACQUIRE() { mtx_.Lock(); }
sanitizer_allocator_secondary.h 270 void ForceLock() SANITIZER_ACQUIRE(mutex_) { mutex_.Lock(); }
sanitizer_common.h 254 ScopedErrorReportLock() SANITIZER_ACQUIRE(mutex_) { Lock(); }
257 static void Lock() SANITIZER_ACQUIRE(mutex_);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.h 187 void Lock() SANITIZER_ACQUIRE(live_list_mutex_) { live_list_mutex_.Lock(); }
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h 611 void SlotAttachAndLock(ThreadState *thr) SANITIZER_ACQUIRE(thr->slot->mtx);
613 void SlotLock(ThreadState *thr) SANITIZER_ACQUIRE(thr->slot->mtx);
tsan_rtl.cpp 256 SANITIZER_ACQUIRE(thr->slot->mtx) SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 890 void ForceLock() SANITIZER_ACQUIRE(fallback_mutex) {

Completed in 35 milliseconds