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

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp 681 // For launchd, sanitizer initialization runs before sysctl is setup
684 bool launchd = (res == 0 && internal_strlen(vers) < 3); local
685 if (launchd) CHECK_EQ(internal_getpid(), 1);
687 if (no_os_version || launchd) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp 670 // For launchd, sanitizer initialization runs before sysctl is setup
673 bool launchd = (res == 0 && internal_strlen(vers) < 3); local
674 if (launchd) CHECK_EQ(internal_getpid(), 1);
676 if (no_os_version || launchd) {

Completed in 58 milliseconds