HomeSort by relevance Sort by last modified time
    Searched refs:sigchld (Results 1 - 16 of 16) sorted by null

  /external/strace/tests/
qual_signal.test 56 CHLD SIGCHLD ALRM SIGALRM \
57 chld sigchld alrm sigalrm \
58 CHLD,SIGALRM ALRM,SIGCHLD \
59 chld,sigalrm alrm,sigchld \
70 ALRM,2,SIGCHLD \
74 '!ALRM,15' '!SIGCHLD,ALRM,SIGTERM,KILL' \
81 ALRM,15,SIGCHLD \
85 '!ALRM,2' '!SIGCHLD,ALRM,SIGINT,KILL' \
93 '!CHLD' '!SIGCHLD' '!ALRM' '!SIGALRM' \
94 '!CHLD,SIGALRM' '!ALRM,SIGCHLD' \
    [all...]
  /external/strace/tests-m32/
qual_signal.test 56 CHLD SIGCHLD ALRM SIGALRM \
57 chld sigchld alrm sigalrm \
58 CHLD,SIGALRM ALRM,SIGCHLD \
59 chld,sigalrm alrm,sigchld \
70 ALRM,2,SIGCHLD \
74 '!ALRM,15' '!SIGCHLD,ALRM,SIGTERM,KILL' \
81 ALRM,15,SIGCHLD \
85 '!ALRM,2' '!SIGCHLD,ALRM,SIGINT,KILL' \
93 '!CHLD' '!SIGCHLD' '!ALRM' '!SIGALRM' \
94 '!CHLD,SIGALRM' '!ALRM,SIGCHLD' \
    [all...]
  /external/strace/tests-mx32/
qual_signal.test 56 CHLD SIGCHLD ALRM SIGALRM \
57 chld sigchld alrm sigalrm \
58 CHLD,SIGALRM ALRM,SIGCHLD \
59 chld,sigalrm alrm,sigchld \
70 ALRM,2,SIGCHLD \
74 '!ALRM,15' '!SIGCHLD,ALRM,SIGTERM,KILL' \
81 ALRM,15,SIGCHLD \
85 '!ALRM,2' '!SIGCHLD,ALRM,SIGINT,KILL' \
93 '!CHLD' '!SIGCHLD' '!ALRM' '!SIGALRM' \
94 '!CHLD,SIGALRM' '!ALRM,SIGCHLD' \
    [all...]
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 63 int parent_pid, sigchld, sigterm, jump; variable
121 if (signal(SIGCHLD, chld) == SIG_ERR) {
123 "Error setting up SIGCHLD signal, ERRNO = %d", errno);
178 if (!sigchld && !sigterm) {
198 if (signal(SIGCHLD, SIG_DFL) == SIG_ERR) {
200 "Error resetting SIGCHLD signal, ERRNO = %d", errno);
313 /* Routine to handle SIGCHLD signal. */
315 sigchld++;
  /external/libdaemon/libdaemon/
dfork.c 133 static void sigchld(int s) { function
144 sa_new.sa_handler = sigchld;
152 if (sigaddset(&ss_new, SIGCHLD) < 0) {
157 if (sigaction(SIGCHLD, &sa_new, &sa_old) < 0) {
166 sigaction(SIGCHLD, &sa_old, NULL);
176 sigaction(SIGCHLD, &sa_old, NULL);
189 sigaction(SIGCHLD, &sa_old, NULL);
262 if (sigaction(SIGCHLD, &sa_old, NULL) < 0) {
324 sigaction(SIGCHLD, &sa_old, NULL);
331 sigaction(SIGCHLD, &sa_old, NULL)
    [all...]
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 268 sigchld # commonly granted from child to parent
role-base.conf 268 sigchld # commonly granted from child to parent
user-base.conf 268 sigchld # commonly granted from child to parent
small-base.conf 268 sigchld # commonly granted from child to parent
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 268 sigchld # commonly granted from child to parent
small-base.conf 268 sigchld # commonly granted from child to parent
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 268 sigchld # commonly granted from child to parent
base-notmetreq.conf 267 sigchld # commonly granted from child to parent
small-base.conf 268 sigchld # commonly granted from child to parent
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 268 sigchld # commonly granted from child to parent
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 247 sigchld # commonly granted from child to parent
    [all...]

Completed in 3849 milliseconds