OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTls
(Results
1 - 4
of
4
) 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/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc
147
TlsOptions XmppEngineImpl::
GetTls
() {
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc
381
static void
GetTls
(uptr *addr, uptr *size) {
413
GetTls
(&addr, &size);
422
GetTls
(tls_addr, tls_size);
/art/compiler/driver/
compiler_driver.cc
446
CompilerTls* CompilerDriver::
GetTls
() {
[
all
...]
Completed in 3316 milliseconds