HomeSort by relevance Sort by last modified time
    Searched refs:GetTlsSize (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 138 uptr GetTlsSize();
sanitizer_mac.cc 333 uptr GetTlsSize() {
sanitizer_win.cc 323 uptr GetTlsSize() {
sanitizer_linux.cc 705 uptr GetTlsSize() {
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 307 *tls_size = GetTlsSize();
tsan_interceptors.cc 744 const uptr minstacksize = GetTlsSize() + 128*1024;
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 833 ENSURE_MSAN_INITED(); // for GetTlsSize()
842 const uptr minstacksize = GetTlsSize() + 128*1024;

Completed in 84 milliseconds