Home
last modified time | relevance | path

Searched refs:sigaction_get_ret (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/process/
Dlaunch_posix.cc165 int sigaction_get_ret = sys_rt_sigaction(signum, nullptr, &act); in ResetChildSignalHandlersToDefaults() local
166 if (sigaction_get_ret && errno == EINVAL) { in ResetChildSignalHandlersToDefaults()
177 if (sigaction_get_ret) { in ResetChildSignalHandlersToDefaults()