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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.h36 DTLS *dtls() { return dtls_; } function in class:__lsan::ThreadContext
H A Dlsan_thread.cpp55 DTLS *dtls; member in struct:__lsan::OnStartedArgs
129 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.cpp225 DTLS *dtls; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp38 DTLS *dtls = DTLS_Get(); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp37 static __thread DTLS dtls; member in namespace:__sanitizer
138 DTLSInDestruction(DTLS *dtls) argument
[all...]
H A Dsanitizer_deadlock_detector.h195 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { argument
202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { argument
208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { argument
213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { argument
221 hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) argument
240 addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, int unique_tid) argument
275 onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) argument
288 onTryLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) argument
298 onFirstLock(DeadlockDetectorTLS<BV> *dtls, uptr node, u32 stk = 0) argument
310 findPathToLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, uptr *path, uptr path_size) argument
325 onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) argument
334 onLockFast(DeadlockDetectorTLS<BV> *dtls, uptr node, u32 stk = 0) argument
342 isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h80 DTLS *dtls() { return dtls_; } function in class:__asan::AsanThread
H A Dasan_thread.cpp467 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
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c5645 short dtls = (short) getshort((unsigned char *)&mb(12)); local
4237 mk_utcinfo( char *t, uint16_t wnt, uint16_t wnlsf, int dn, int dtls, int dtlsf, int size ) argument

Completed in 123 milliseconds