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

  /external/ltp/include/lapi/
rt_sigaction.h 34 #define INVAL_SA_PTR ((void *)-1)
173 * act/oact values of INVAL_SA_PTR is used to pass
187 if (act == INVAL_SA_PTR) {
188 kact_p = INVAL_SA_PTR;
198 if (oact == INVAL_SA_PTR)
199 koact_p = INVAL_SA_PTR;
236 if (oact && (oact != INVAL_SA_PTR)) {
  /external/ltp/testcases/kernel/syscalls/rt_sigaction/
rt_sigaction02.c 97 INVAL_SA_PTR, NULL, SIGSETSIZE));

Completed in 72 milliseconds