| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan_thread.h | 37 DTLS *dtls() { return dtls_; } function in class:__lsan::ThreadContext
|
| H A D | lsan_thread.cc | 56 DTLS *dtls; member in struct:__lsan::OnStartedArgs 130 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) argument
|
| H A D | lsan_common.cc | 226 DTLS *dtls; local in function:__lsan::ProcessThreads
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_thread.cc | 38 DTLS *dtls = DTLS_Get(); local in function:__msan::MsanThread::ClearShadowForThreadStackAndTLS
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_tls_get_addr.cc | 38 static __thread DTLS dtls; variable in namespace:__sanitizer 139 DTLSInDestruction(DTLS * dtls) argument [all...] |
| H A D | sanitizer_deadlock_detector.h | 199 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { argument 206 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { argument 212 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { argument 217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { argument 225 hasAllEdges(DeadlockDetectorTLS<BV> * dtls,uptr cur_node) argument 244 addEdges(DeadlockDetectorTLS<BV> * dtls,uptr cur_node,u32 stk,int unique_tid) argument 281 onLock(DeadlockDetectorTLS<BV> * dtls,uptr cur_node,u32 stk=0) argument 294 onTryLock(DeadlockDetectorTLS<BV> * dtls,uptr cur_node,u32 stk=0) argument 304 onFirstLock(DeadlockDetectorTLS<BV> * dtls,uptr node,u32 stk=0) argument 316 findPathToLock(DeadlockDetectorTLS<BV> * dtls,uptr cur_node,uptr * path,uptr path_size) argument 331 onUnlock(DeadlockDetectorTLS<BV> * dtls,uptr node) argument 340 onLockFast(DeadlockDetectorTLS<BV> * dtls,uptr node,u32 stk=0) argument 348 isHeld(DeadlockDetectorTLS<BV> * dtls,uptr node) const argument [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_deadlock_detector_test.cc | 42 DeadlockDetectorTLS<BV> dtls; member in struct:ScopedDD 50 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunBasicTest 141 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunRemoveNodeTest 247 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunMultipleEpochsTest 292 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunCorrectEpochFlush 324 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunTryLockTest 351 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunOnFirstLockTest 389 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunRecusriveLockTest 419 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunLockContextTest 457 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; local in function:RunRemoveEdgesTest [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_thread.h | 81 DTLS *dtls() { return dtls_; } function in class:__asan::AsanThread
|
| H A D | asan_thread.cc | 468 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) argument
|