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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 227 if (inst && stoptheworld_tracer_pid == internal_getpid()) {
362 stoptheworld_tracer_pid = tracer_pid;
366 stoptheworld_tracer_pid = 0;
sanitizer_common.cc 43 if (pid == stoptheworld_tracer_pid)
98 uptr stoptheworld_tracer_pid = 0; member in namespace:__sanitizer
sanitizer_common.h 218 extern uptr stoptheworld_tracer_pid;

Completed in 2299 milliseconds