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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 671 struct sigaction oact_check; local
678 if (__collector_sigaction (HWCFUNCS_SIGNAL, NULL, &oact_check) != 0)
685 if (oact_check.sa_sigaction == collector_sigemt_handler)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 671 struct sigaction oact_check; local
678 if (__collector_sigaction (HWCFUNCS_SIGNAL, NULL, &oact_check) != 0)
685 if (oact_check.sa_sigaction == collector_sigemt_handler)

Completed in 48 milliseconds