OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sig_handle
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/syscalls/pause/
pause02.c
115
static void
sig_handle
(int sig)
function
124
if (signal(SIGINT,
sig_handle
) == SIG_ERR) {
/device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c
197
void
sig_handle
(__attribute__((unused)) int sig)
function
618
signal(SIGINT,
sig_handle
);
Completed in 90 milliseconds