HomeSort by: relevance | last modified time | path
    Searched refs:stoptheworld_tracer_pid (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 249 if (inst && stoptheworld_tracer_pid == internal_getpid()) {
385 stoptheworld_tracer_pid = tracer_pid;
389 stoptheworld_tracer_pid = 0;
sanitizer_common.cc 32 uptr stoptheworld_tracer_pid = 0; variable in namespace:__sanitizer
sanitizer_file.cc 43 if (pid == stoptheworld_tracer_pid)
sanitizer_common.h 199 extern uptr stoptheworld_tracer_pid;

Completed in 32 milliseconds