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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 165 void ReExec() {
sanitizer_win.cc 183 void ReExec() {
sanitizer_common.h 138 void ReExec();
sanitizer_linux.cc 294 void ReExec() {
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 327 bool reexec = false; local
338 reexec = true;
346 reexec = true;
348 if (reexec)
349 ReExec();
  /external/compiler-rt/lib/msan/
msan.cc 269 Printf("Unlimited stack, doing reexec\n");
273 ReExec();

Completed in 99 milliseconds