HomeSort by: relevance | last modified time | path
    Searched refs:__tsan_mutex_post_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
68 // the corresponding __tsan_mutex_post_lock annotation.
95 void __tsan_mutex_post_lock(void *addr, unsigned flags, int recursion);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface_ann.cc 491 void __tsan_mutex_post_lock(void *m, unsigned flagz, int rec) { function in typeref:typename:INTERFACE_ATTRIBUTE void
492 SCOPED_ANNOTATION(__tsan_mutex_post_lock);

Completed in 46 milliseconds