OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGCHLD_handler
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
8-4.c
29
void
SIGCHLD_handler
(int signo)
43
act.sa_handler =
SIGCHLD_handler
;
8-5.c
23
void
SIGCHLD_handler
(int signo)
53
act.sa_handler =
SIGCHLD_handler
;
/system/core/init/
signal_handler.cpp
42
static void
SIGCHLD_handler
(int) {
62
act.sa_handler =
SIGCHLD_handler
;
Completed in 738 milliseconds