Home
last modified time | relevance | path

Searched defs:dtls (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h195 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 Dsanitizer_tls_get_addr.cpp32 static __thread DTLS dtls; variable
163 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction()
H A Dsanitizer_tls_get_addr.h65 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.h36 DTLS *dtls() { return dtls_; } in dtls() function
H A Dlsan_posix.cpp34 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 Dlsan_common.cpp411 DTLS *dtls; in ProcessThreads() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp39 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h49 DTLS *dtls() { return dtls_; } in dtls() function
H A Dhwasan_thread.cpp195 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 Dmemprof_thread.h76 DTLS *dtls() { return dtls_; } in dtls() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp507 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1420 int dtls = SSL_IS_DTLS(s); in version_cmp() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c4256 int dtls, in mk_utcinfo()
5659 short dtls = (short) getshort((unsigned char *)&mb(12)); in trimbletsip_message() local
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c889 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 Dfm_pcd_ext.h2436 bool dtls; /**< TRUE if continue to SEC DTLS encryption */ member