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

  /external/libedit/src/
sig.c 54 private const int sighdl[] = { variable
97 for (i = 0; sighdl[i] != -1; i++)
98 if (signo == sighdl[i])
130 for (i = 0; sighdl[i] != -1; i++) {
170 for (i = 0; sighdl[i] != -1; i++) {
172 if (sigaction(sighdl[i], &nsa, &osa) != -1 &&
192 for (i = 0; sighdl[i] != -1; i++)
194 (void)sigaction(sighdl[i],
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
5-1.c 38 void sighdl(int sig) function
55 signal(SIGALRM, sighdl);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
stress.c 84 void sighdl(int sig) function
180 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
stress.c 170 void sighdl(int sig) function
190 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
stress.c 85 void sighdl(int sig) function
165 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 74 void sighdl(int sig) function
129 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
5-1.c 102 void sighdl(int sig) function
118 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 214 void sighdl(int sig) function
234 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
stress.c 107 void sighdl(int sig) function
164 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
stress.c 86 void sighdl(int sig) function
181 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
stress.c 84 void sighdl(int sig) function
243 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 100 void sighdl(int sig) function
196 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
stress.c 106 void sighdl(int sig) function
237 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress1.c 385 void sighdl(int sig) function
649 sa.sa_handler = sighdl;
stress2.c 416 void sighdl(int sig) function
596 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 416 void sighdl(int sig) function
596 sa.sa_handler = sighdl;
stress1.c 364 void sighdl(int sig) function
634 sa.sa_handler = sighdl;
stress2.c 416 void sighdl(int sig) function
596 sa.sa_handler = sighdl;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 189 void sighdl(int sig) function
622 sa.sa_handler = sighdl;

Completed in 363 milliseconds