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

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_safety.h 26 #define SANITIZER_GUARDED_BY(x) SANITIZER_THREAD_ANNOTATION(guarded_by(x))
sanitizer_stack_store.h 100 State state SANITIZER_GUARDED_BY(mtx_);
sanitizer_stackdepot.cpp 119 State state_ SANITIZER_GUARDED_BY(mutex_) = State::NotStarted;
120 void *thread_ SANITIZER_GUARDED_BY(mutex_) = nullptr;
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.h 214 SANITIZER_GUARDED_BY(free_list_mutex_);
217 SANITIZER_GUARDED_BY(live_list_mutex_);
220 ThreadStats stats_ SANITIZER_GUARDED_BY(stats_mutex_);
hwasan_report.cpp 83 SANITIZER_GUARDED_BY(error_message_lock_);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h 371 IList<TidSlot, &TidSlot::node> slot_queue SANITIZER_GUARDED_BY(slot_mtx);
373 SANITIZER_GUARDED_BY(slot_mtx);
374 uptr trace_part_total_allocated SANITIZER_GUARDED_BY(slot_mtx);
375 uptr trace_part_recycle_finished SANITIZER_GUARDED_BY(slot_mtx);
376 uptr trace_part_finished_excess SANITIZER_GUARDED_BY(slot_mtx);

Completed in 19 milliseconds