Home
last modified time | relevance | path

Searched refs:__tsan_mutex_destroy (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan.syms.extra16 __tsan_mutex_destroy
H A Dtsan_interface_ann.cpp357 void __tsan_mutex_destroy(void *m, unsigned flagz) { in __tsan_mutex_destroy() function
358 SCOPED_ANNOTATION(__tsan_mutex_destroy); in __tsan_mutex_destroy()
/src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h84 void SANITIZER_CDECL __tsan_mutex_destroy(void *addr, unsigned flags);