Searched refs:COMMON_INTERCEPTOR_MUTEX_POST_LOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc27 // COMMON_INTERCEPTOR_MUTEX_POST_LOCK
163 #ifndef COMMON_INTERCEPTOR_MUTEX_POST_LOCK
164 #define COMMON_INTERCEPTOR_MUTEX_POST_LOCK(ctx, m) {}
4159 COMMON_INTERCEPTOR_MUTEX_POST_LOCK(ctx, m);
4192 COMMON_INTERCEPTOR_MUTEX_POST_LOCK(ctx, m);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2294 #define COMMON_INTERCEPTOR_MUTEX_POST_LOCK(ctx, m) \ macro

Completed in 583 milliseconds