OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTls
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/test/msan/
dtls_test.c
18
get_t
GetTls
;
21
long *x =
GetTls
();
30
long *x =
GetTls
();
45
GetTls
= (get_t)dlsym(handle, "
GetTls
");
57
long *
GetTls
() {
/external/compiler-rt/test/tsan/
dtls.c
14
get_t
GetTls
;
18
volatile long *x =
GetTls
();
26
volatile long *x =
GetTls
();
39
GetTls
= (get_t)dlsym(handle, "
GetTls
");
56
long *
GetTls
() {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc
341
static void
GetTls
(uptr *addr, uptr *size) {
381
GetTls
(&addr, &size);
395
GetTls
(tls_addr, tls_size);
/external/webrtc/webrtc/libjingle/xmpp/
xmppengine.h
201
virtual TlsOptions
GetTls
() = 0;
xmppengineimpl.h
73
virtual TlsOptions
GetTls
();
xmppengineimpl.cc
130
TlsOptions XmppEngineImpl::
GetTls
() {
Completed in 116 milliseconds