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