Searched refs:GetTls (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/test/msan/
H A Ddtls_test.c18 get_t GetTls; variable
21 long *x = GetTls();
30 long *x = GetTls();
45 GetTls = (get_t)dlsym(handle, "GetTls");
57 long *GetTls() { function
/external/compiler-rt/test/tsan/
H A Ddtls.c14 get_t GetTls; variable
18 volatile long *x = GetTls();
26 volatile long *x = GetTls();
39 GetTls = (get_t)dlsym(handle, "GetTls");
56 long *GetTls() { function
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc341 static void GetTls(uptr *addr, uptr *size) { function in namespace:__sanitizer
381 GetTls(&addr, &size);
395 GetTls(tls_addr, tls_size);
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppengine.h201 virtual TlsOptions GetTls() = 0;
H A Dxmppengineimpl.h73 virtual TlsOptions GetTls();
H A Dxmppengineimpl.cc130 TlsOptions XmppEngineImpl::GetTls() { function in class:buzz::XmppEngineImpl

Completed in 332 milliseconds