Searched refs:__tsan_mutex_post_lock (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dtsan_interface.h37 // 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);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dtsan_interface.h35 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
66 // the corresponding __tsan_mutex_post_lock annotation.
93 void __tsan_mutex_post_lock(void *addr, unsigned flags, int recursion);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dtsan_interface.h36 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
67 // the corresponding __tsan_mutex_post_lock annotation.
100 void __tsan_mutex_post_lock(void *addr, unsigned flags, int recursion);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cpp376 void __tsan_mutex_post_lock(void *m, unsigned flagz, int rec) { function
377 SCOPED_ANNOTATION(__tsan_mutex_post_lock);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_ann.cc491 void __tsan_mutex_post_lock(void *m, unsigned flagz, int rec) { function
492 SCOPED_ANNOTATION(__tsan_mutex_post_lock);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_ann.cc489 void __tsan_mutex_post_lock(void *m, unsigned flagz, int rec) { function
490 SCOPED_ANNOTATION(__tsan_mutex_post_lock);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h42 #define _GLIBCXX_TSAN_MUTEX_TRY_LOCK_FAILED(X) __tsan_mutex_post_lock(X, \
45 __tsan_mutex_post_lock(X, __tsan_mutex_not_static, 0)

Completed in 86 milliseconds