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

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_safety.h 38 #define SANITIZER_RELEASE(...) \
sanitizer_thread_arg_retval.h 38 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); }
sanitizer_allocator_secondary.h 272 void ForceUnlock() SANITIZER_RELEASE(mutex_) { mutex_.Unlock(); }
sanitizer_mutex.h 39 void Unlock() SANITIZER_RELEASE() {
231 void Unlock() SANITIZER_RELEASE() {
392 ~GenericScopedLock() SANITIZER_RELEASE() { mu_->Unlock(); }
409 ~GenericScopedReadLock() SANITIZER_RELEASE() { mu_->ReadUnlock(); }
430 ALWAYS_INLINE ~GenericScopedRWLock() SANITIZER_RELEASE() {
sanitizer_thread_registry.h 100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); }
sanitizer_quarantine.h 148 SANITIZER_REQUIRES(recycle_mutex_) SANITIZER_RELEASE(recycle_mutex_) {
sanitizer_common.h 255 ~ScopedErrorReportLock() SANITIZER_RELEASE(mutex_) { Unlock(); }
258 static void Unlock() SANITIZER_RELEASE(mutex_);
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.h 191 void Unlock() SANITIZER_RELEASE(live_list_mutex_) {
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 895 void ForceUnlock() SANITIZER_RELEASE(fallback_mutex) {

Completed in 19 milliseconds