Home
last modified time | relevance | path

Searched refs:sighdl (Results 1 – 19 of 19) sorted by relevance

/external/libedit/src/
Dsig.c54 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/
D5-1.c38 void sighdl(int sig) in sighdl() function
55 signal(SIGALRM, sighdl); in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dstress.c84 void sighdl(int sig) in sighdl() function
180 sa.sa_handler = sighdl; in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
Dstress.c85 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/
Dstress.c170 void sighdl(int sig) in sighdl() function
190 sa.sa_handler = sighdl; in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
Dstress.c74 void sighdl(int sig) in sighdl() function
129 sa.sa_handler = sighdl; in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dstress.c107 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/
Dstress.c214 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/
D5-1.c102 void sighdl(int sig) in sighdl() function
118 sa.sa_handler = sighdl; in threaded()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
Dstress.c84 void sighdl(int sig) in sighdl() function
243 sa.sa_handler = sighdl; in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dstress.c100 void sighdl(int sig) in sighdl() function
196 sa.sa_handler = sighdl; in main()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
Dstress.c86 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/
Dstress.c106 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/
Dstress2.c416 void sighdl(int sig) in sighdl() function
596 sa.sa_handler = sighdl; in main()
Dstress.c416 void sighdl(int sig) in sighdl() function
596 sa.sa_handler = sighdl; in main()
Dstress1.c364 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/
Dstress1.c385 void sighdl(int sig) in sighdl() function
649 sa.sa_handler = sighdl; in main()
Dstress2.c416 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/
Dstress.c189 void sighdl(int sig) in sighdl() function
622 sa.sa_handler = sighdl; in main()