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

/haiku-fatelf/src/libs/edit/
H A Dsig.c52 private const int sighdl[] = { variable
93 for (i = 0; sighdl[i] != -1; i++)
94 if (signo == sighdl[i])
118 #define SIGSIZE (sizeof(sighdl) / sizeof(sighdl[0]) * sizeof(el_signalhandler_t))
123 for (i = 0; sighdl[i] != -1; i++)
159 for (i = 0; sighdl[i] != -1; i++) {
162 if ((s = signal(sighdl[i], sig_handler)) != sig_handler)
185 for (i = 0; sighdl[i] != -1; i++)
187 (void) signal(sighdl[
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_post/
H A D5-1.c40 void sighdl(int sig) function
56 signal(SIGALRM, sighdl);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cancel/
H A Dstress.c87 void sighdl( int sig ) function
197 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_init/
H A Dstress.c167 void sighdl(int sig) function
187 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_once/
H A Dstress.c87 void sighdl( int sig ) function
177 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/sem_getvalue/
H A Dstress.c91 void sighdl( int sig ) function
155 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_lock/
H A D5-1.c104 void sighdl(int sig) function
119 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_init/
H A Dstress.c189 void sighdl(int sig) function
209 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_exit/
H A Dstress.c108 void sighdl(int sig) function
161 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_getschedparam/
H A Dstress.c88 void sighdl( int sig ) function
197 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_kill/
H A Dstress.c86 void sighdl( int sig ) function
260 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_self/
H A Dstress.c103 void sighdl(int sig) function
189 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_trylock/
H A Dstress.c106 void sighdl(int sig) function
231 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c331 void sighdl(int sig) function
558 sa.sa_handler = sighdl;
H A Dstress2.c352 void sighdl(int sig) function
493 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress.c352 void sighdl(int sig) function
493 sa.sa_handler = sighdl;
H A Dstress1.c314 void sighdl(int sig) function
548 sa.sa_handler = sighdl;
H A Dstress2.c352 void sighdl(int sig) function
493 sa.sa_handler = sighdl;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_mutex_lock/
H A Dstress.c185 void sighdl(int sig) function
580 sa.sa_handler = sighdl;

Completed in 196 milliseconds