Searched refs:__tsan_mutex_not_static (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dtsan_interface.h51 const unsigned __tsan_mutex_not_static = 1 << 8; variable
78 // - __tsan_mutex_not_static
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dtsan_interface.h49 const unsigned __tsan_mutex_not_static = 1 << 8; variable
76 // - __tsan_mutex_not_static
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dtsan_interface.h50 static const unsigned __tsan_mutex_not_static = 1 << 8; variable
83 // - __tsan_mutex_not_static
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h39 __tsan_mutex_destroy(X, __tsan_mutex_not_static)
41 __tsan_mutex_pre_lock(X, __tsan_mutex_not_static|__tsan_mutex_try_lock)
43 __tsan_mutex_not_static|__tsan_mutex_try_lock_failed, 0)
45 __tsan_mutex_post_lock(X, __tsan_mutex_not_static, 0)

Completed in 207 milliseconds