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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 345 *size = GetTlsSize();
350 *size = GetTlsSize();
378 uptr GetTlsSize() {
sanitizer_posix_libcdep.cc 316 const uptr minstacksize = GetTlsSize() + 128*1024;
sanitizer_mac.cc 356 uptr GetTlsSize() {
sanitizer_win.cc 691 uptr GetTlsSize() {
sanitizer_common.h 325 uptr GetTlsSize();

Completed in 92 milliseconds