HomeSort by relevance Sort by last modified time
    Searched refs:GetTls (Results 1 - 2 of 2) 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/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 305 static void GetTls(uptr *addr, uptr *size) {
342 GetTls(&addr, &size);
356 GetTls(tls_addr, tls_size);

Completed in 205 milliseconds