Home
last modified time | relevance | path

Searched defs:dtls (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp41 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
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h195 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 Dsanitizer_tls_get_addr.cpp38 static __thread DTLS dtls; variable
161 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
H A Dsanitizer_tls_get_addr.h57 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_posix.h36 DTLS *dtls() { return dtls_; } in dtls() function
H A Dlsan_posix.cpp33 DTLS *dtls; member
62 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
H A Dlsan_common.cpp374 DTLS *dtls; in ProcessThreads() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c65 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
/llvm-project-15.0.7/compiler-rt/test/memprof/TestCases/
H A Dstress_dtls.c60 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_thread.cpp38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp39 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.h76 DTLS *dtls() { return dtls_; } in dtls() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_thread.h76 DTLS *dtls() { return dtls_; } in dtls() function
H A Dasan_thread.cpp483 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()