Home
last modified time | relevance | path

Searched refs:DTLS (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.cc38 static __thread DTLS dtls;
46 static inline void DTLS_Deallocate(DTLS::DTV *dtv, uptr size) { in DTLS_Deallocate()
49 UnmapOrDie(dtv, size * sizeof(DTLS::DTV)); in DTLS_Deallocate()
56 new_size = Max(new_size, 4096UL / sizeof(DTLS::DTV)); in DTLS_Resize()
57 DTLS::DTV *new_dtv = in DTLS_Resize()
58 (DTLS::DTV *)MmapOrDie(new_size * sizeof(DTLS::DTV), "DTLS_Resize"); in DTLS_Resize()
64 DTLS::DTV *old_dtv = dtls.dtv; in DTLS_Resize()
66 internal_memcpy(new_dtv, dtls.dtv, dtls.dtv_size * sizeof(DTLS::DTV)); in DTLS_Resize()
81 DTLS::DTV *DTLS_on_tls_get_addr(void *arg_void, void *res) { in DTLS_on_tls_get_addr()
122 DTLS *DTLS_Get() { return &dtls; } in DTLS_Get()
[all …]
Dsanitizer_tls_get_addr.h36 struct DTLS { struct
53 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res); argument
55 DTLS *DTLS_Get();
Dsanitizer_common_interceptors.inc3990 DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, res);
3992 // New DTLS block has been allocated.
/external/compiler-rt/lib/msan/
Dmsan_thread.cc38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS()
/external/mdnsresponder/
DPrivateDNS.txt85 A potential solution to this deficiency might be in using DTLS, which is
87 More investigation needs to be done to see if DTLS is suitable for
/external/libvncserver/x11vnc/
DREADME1120 can supply -DTLS=__thread to enable it. When there is only one
9367 env CPPFLAGS="-DTLS=''" ./configure
16699 multiple clients. Compile with -DTLS=__thread if your