Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/logcat_receiver/
Dmain.cpp43 struct sigaction new_action { in main() struct
45 new_action.sa_handler = SIG_IGN; in main()
46 sigaction(SIGPIPE, &new_action, &old_action); in main()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc76 struct sigaction new_action { in main() struct
78 new_action.sa_handler = SIG_IGN; in main()
79 sigaction(SIGPIPE, &new_action, &old_action); in main()