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

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
tsan_interface.h 37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
86 void __tsan_mutex_pre_lock(void *addr, unsigned flags);
90 // - __tsan_mutex_read_lock (must match __tsan_mutex_pre_lock)
91 // - __tsan_mutex_try_lock (must match __tsan_mutex_pre_lock)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface_ann.cc 478 void __tsan_mutex_pre_lock(void *m, unsigned flagz) { function in typeref:typename:INTERFACE_ATTRIBUTE void
479 SCOPED_ANNOTATION(__tsan_mutex_pre_lock);
542 // Exit from ignore region started in __tsan_mutex_pre_lock/unlock/signal.

Completed in 12 milliseconds