/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 195 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 D | sanitizer_tls_get_addr.cpp | 32 static __thread DTLS dtls; variable 163 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
|
H A D | sanitizer_tls_get_addr.h | 65 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument
|
/freebsd/contrib/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 | 34 DTLS *dtls; global() member 64 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; in ProcessThreads() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 39 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
|
/freebsd/contrib/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 | 195 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
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 507 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 1420 int dtls = SSL_IS_DTLS(s); in version_cmp() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 4256 int dtls, in mk_utcinfo() 5659 short dtls = (short) getshort((unsigned char *)&mb(12)); in trimbletsip_message() local
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 889 int dtls1 = 0, dtls12 = 0, dtls = 0, tls1 = 0, tls1_1 = 0, tls1_2 = 0, ssl3 = 0; in main() local
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_pcd_ext.h | 2436 bool dtls; /**< TRUE if continue to SEC DTLS encryption */ member
|