/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cc | 42 DeadlockDetectorTLS<BV> dtls; member 50 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunBasicTest() local 141 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveNodeTest() local 247 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunMultipleEpochsTest() local 292 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunCorrectEpochFlush() local 324 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunTryLockTest() local 351 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunOnFirstLockTest() local 389 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRecusriveLockTest() local 419 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunLockContextTest() local 457 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveEdgesTest() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 199 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() 206 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() 212 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() 225 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() 244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() 316 uptr findPathToLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, uptr *path, in findPathToLock() 331 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) { in onUnlock() 348 bool isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const { in isHeld()
|
H A D | sanitizer_tls_get_addr.cc | 38 static __thread DTLS dtls; variable 139 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 195 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() 202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() 208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() 221 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() 240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() 310 uptr findPathToLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, uptr *path, in findPathToLock() 325 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) { in onUnlock() 342 bool isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const { in isHeld()
|
H A D | sanitizer_tls_get_addr.cpp | 38 static __thread DTLS dtls; variable 161 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
|
H A D | sanitizer_tls_get_addr.h | 57 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 197 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() 204 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() 210 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() 223 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in hasAllEdges() 242 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() 314 uptr findPathToLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, uptr *path, in findPathToLock() 329 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) { in onUnlock() 346 bool isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const { in isHeld()
|
H A D | sanitizer_tls_get_addr.cc | 36 static __thread DTLS dtls; variable 137 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_posix.h | 36 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | lsan_posix.cpp | 33 DTLS *dtls; member 62 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
H A D | lsan_common.cpp | 284 DTLS *dtls; in ProcessThreads() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_thread.h | 37 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | lsan_thread.cc | 56 DTLS *dtls; member 132 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
H A D | lsan_common.cc | 226 DTLS *dtls; in ProcessThreads() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_thread.h | 35 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | lsan_thread.cc | 54 DTLS *dtls; member 130 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
H A D | lsan_common.cc | 224 DTLS *dtls; in ProcessThreads() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_thread.cc | 38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | asan_thread.cpp | 486 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.h | 79 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | asan_thread.cc | 469 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.h | 81 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | asan_thread.cc | 470 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | statem_lib.c | 1406 int dtls = SSL_IS_DTLS(s); in version_cmp() local
|