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

  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
tsan_interface.h 101 int __tsan_mutex_pre_unlock(void *addr, unsigned flags);
105 // - __tsan_mutex_read_lock (must match __tsan_mutex_pre_unlock)
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface_ann.cc 504 int __tsan_mutex_pre_unlock(void *m, unsigned flagz) { function in typeref:typename:INTERFACE_ATTRIBUTE int
505 SCOPED_ANNOTATION_RET(__tsan_mutex_pre_unlock, 0);

Completed in 15 milliseconds