/llvm-project/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
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 195 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() argument 202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() argument 208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() argument 221 hasAllEdges(DeadlockDetectorTLS<BV> * dtls,uptr cur_node) hasAllEdges() argument 240 addEdges(DeadlockDetectorTLS<BV> * dtls,uptr cur_node,u32 stk,int unique_tid) addEdges() argument 310 findPathToLock(DeadlockDetectorTLS<BV> * dtls,uptr cur_node,uptr * path,uptr path_size) findPathToLock() argument 325 onUnlock(DeadlockDetectorTLS<BV> * dtls,uptr node) onUnlock() argument 342 isHeld(DeadlockDetectorTLS<BV> * dtls,uptr node) isHeld() argument [all...] |
H A D | sanitizer_tls_get_addr.cpp | 32 static __thread DTLS dtls; global() variable 162 DTLSInDestruction(DTLS * dtls) DTLSInDestruction() argument [all...] |
H A D | sanitizer_tls_get_addr.h | 65 ForEachDVT(DTLS * dtls,const Fn & fn) ForEachDVT() argument
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_posix.h | 36 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | lsan_posix.cpp | 36 DTLS *dtls; member 66 GetThreadRangesLocked(tid_t os_id,uptr * stack_begin,uptr * stack_end,uptr * tls_begin,uptr * tls_end,uptr * cache_begin,uptr * cache_end,DTLS ** dtls) GetThreadRangesLocked() argument
|
H A D | lsan_common.cpp | 411 DTLS *dtls; ProcessThreads() local
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | stress_dtls.c | 65 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
|
/llvm-project/compiler-rt/test/memprof/TestCases/ |
H A D | stress_dtls.c | 60 uintptr_t dtls = (uintptr_t)Functions[i](); in PrintStuff() local
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 38 DTLS *dtls = DTLS_Get(); ClearShadowForThreadStackAndTLS() local
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 39 DTLS *dtls = DTLS_Get(); ClearShadowForThreadStackAndTLS() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.h | 49 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | hwasan_thread.cpp | 196 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.h | 76 DTLS *dtls() { return dtls_; } dtls() function
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.h | 91 DTLS *dtls() { return dtls_; } dtls() function
|
H A D | asan_thread.cpp | 507 GetThreadRangesLocked(tid_t os_id,uptr * stack_begin,uptr * stack_end,uptr * tls_begin,uptr * tls_end,uptr * cache_begin,uptr * cache_end,DTLS ** dtls) GetThreadRangesLocked() argument
|