/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cpp | 41 DeadlockDetectorTLS<BV> dtls; member 49 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunBasicTest() local 140 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveNodeTest() local 246 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunMultipleEpochsTest() local 291 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunCorrectEpochFlush() local 323 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunTryLockTest() local 350 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunOnFirstLockTest() local 388 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRecusriveLockTest() local 418 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunLockContextTest() local 456 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveEdgesTest() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/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
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_posix.cpp | 34 DTLS *dtls; member 63 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
H A D | lsan_posix.h | 36 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | lsan_common.cpp | 408 DTLS *dtls; in ProcessThreads() local
|
/openbsd-src/regress/lib/libssl/unit/ |
H A D | ssl_methods.c | 26 int dtls; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 39 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
|
/openbsd-src/regress/lib/libssl/record_layer/ |
H A D | record_layer_test.c | 198 do_seq_num_test_tls12(size_t test_no, int dtls, struct seq_num_test *snt) in do_seq_num_test_tls12()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.h | 49 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | hwasan_thread.cpp | 180 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | asan_thread.cpp | 494 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/openbsd-src/lib/libssl/ |
H A D | tls12_record_layer.c | 166 int dtls; member
|
H A D | ssl_local.h | 366 int dtls; global() member
|