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);
55 DTLS *DTLS_Get();
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel_unittest.cc 170 DTLS = 0x10 };
237 if ((flags1 & DTLS) && (flags2 & DTLS)) {
248 if (flags1 & DTLS) {
252 if (flags2 & DTLS) {
    [all...]

Completed in 51 milliseconds