OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sig_hup
(Results
1 - 3
of
3
) sorted by null
/frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator
100
# look for --nohup: if found, consume it and trap
SIG_HUP
, otherwise just
/external/iputils/
rarpd.c
558
void
sig_hup
(int signo)
function
695
catch_signal(SIGHUP,
sig_hup
);
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java
243
+ " --nohup: trap
SIG_HUP
, so test won't terminate even if parent process\n"
Completed in 68 milliseconds