Searched defs:dtls (Results 1 - 9 of 9) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.h37 DTLS *dtls() { return dtls_; } function in class:__lsan::ThreadContext
H A Dlsan_thread.cc56 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 Dlsan_common.cc226 DTLS *dtls; local in function:__lsan::ProcessThreads
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_thread.cc38 DTLS *dtls = DTLS_Get(); local in function:__msan::MsanThread::ClearShadowForThreadStackAndTLS
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cc38 static __thread DTLS dtls; variable in namespace:__sanitizer
139 DTLSInDestruction(DTLS * dtls) argument
[all...]
H A Dsanitizer_deadlock_detector.h199 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 Dsanitizer_deadlock_detector_test.cc42 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 Dasan_thread.h81 DTLS *dtls() { return dtls_; } function in class:__asan::AsanThread
H A Dasan_thread.cc468 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

Completed in 9 milliseconds