HomeSort by relevance Sort by last modified time
    Searched defs:DTLS (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_tls_get_addr.h 13 // the lack of interface that would tell us about the Dynamic TLS (DTLS).
20 // Before 2.19, every DTLS chunk is allocated with __libc_memalign,
21 // which we intercept and thus know where is the DTLS.
22 // Since 2.19, DTLS chunks are allocated with __signal_safe_memalign,
36 struct DTLS {
37 // Array of DTLS chunks for the current Thread.
53 DTLS::DTV *DTLS_on_tls_get_addr(void *arg, void *res, uptr static_tls_begin,
56 DTLS *DTLS_Get();
  /external/webrtc/talk/session/media/
channel_unittest.cc 128 DTLS = 0x10 };
165 if ((flags1 & DTLS) && (flags2 & DTLS)) {
176 if (flags1 & DTLS) {
182 if (flags2 & DTLS) {
    [all...]

Completed in 62 milliseconds