HomeSort by: relevance | last modified time | path
    Searched defs:__get_tls (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.h 112 # define __get_tls() \ macro
115 # define __get_tls() \ macro
120 # define __get_tls() \ macro
128 # define __get_tls() \ macro
131 # define __get_tls() \ macro
143 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);
sanitizer_linux.h 112 # define __get_tls() \ macro
115 # define __get_tls() \ macro
120 # define __get_tls() \ macro
128 # define __get_tls() \ macro
131 # define __get_tls() \ macro
143 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);
sanitizer_linux.h 112 # define __get_tls() \ macro
115 # define __get_tls() \ macro
120 # define __get_tls() \ macro
128 # define __get_tls() \ macro
131 # define __get_tls() \ macro
143 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);

Completed in 33 milliseconds