HomeSort by relevance Sort by last modified time
    Searched refs:SA_NODEFER (Results 151 - 175 of 200) sorted by null

1 2 3 4 5 67 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
22-14.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTSTP with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-15.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTTIN with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-16.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTTOU with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-17.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGUSR1 with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-18.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGUSR2 with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-19.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGUSR2 with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-2.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGUSR2 with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-20.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGPROF with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-21.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGSYS with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-22.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGTRAP with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-23.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGURG with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-24.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGVTALRM with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-25.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGXCPU with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-26.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGXFSZ with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-3.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGBUS with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-4.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGCHLD with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-5.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGCONT with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-6.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGFPE with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-7.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGHUP with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-8.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGILL with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
22-9.c 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for SIGINT with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_22-1.in 10 that if the SA_NODEFER flag is set for a given signal, then when the
18 3. (child) Setup a signal handler for %%MYSIG%% with SA_NODEFER set
70 act.sa_flags = SA_NODEFER;
  /external/bison/lib/
sigaction.c 114 if ((action_array[sig].sa_flags & SA_NODEFER) == 0)
174 oact->sa_flags = SA_RESETHAND | SA_NODEFER;
signal.in.h 412 # define SA_NODEFER 2
439 /* Some systems don't have SA_NODEFER. */
440 #ifndef SA_NODEFER
441 # define SA_NODEFER 0
  /external/compiler-rt/test/asan/TestCases/Posix/
halt_on_error-signals.c 10 #define _SVID_SOURCE 1 // SA_NODEFER
85 sa.sa_flags = SA_NODEFER; // Enable nested handlers to add more stress

Completed in 489 milliseconds

1 2 3 4 5 67 8