Searched defs:NUMCALLS (Results 1 - 6 of 6) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D4-1.c15 - Using sigqueue(), send NUMCALLS instances of SIGTOTEST to the current
17 - Verify that the handler is executed NUMCALLS times AFTER SIGTOTEST
24 #define NUMCALLS 5 macro
55 for (i = 0; i < NUMCALLS; i++) {
73 if (NUMCALLS != counter) {
76 SIGTOTEST, counter, NUMCALLS, SIGTOTEST);
H A D5-1.c15 - Using sigqueue(), send NUMCALLS instances of SIGTOTEST to the current
24 #define NUMCALLS 5 macro
56 for (i = 0; i < NUMCALLS; i++) {
H A D6-1.c29 #define NUMCALLS 5 macro
H A D8-1.c15 - Using sigqueue(), send NUMCALLS instances of SIGTOTEST to the current
17 - Verify that the handler is executed NUMCALLS times AFTER SIGTOTEST
25 #define NUMCALLS 5 macro
57 for (i = 0; i < NUMCALLS; i++) {
74 if (NUMCALLS != counter) {
77 SIGTOTEST, counter, NUMCALLS, SIGTOTEST);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H A D7-1.c15 - Using sigqueue(), send NUMCALLS instances of SIGTOTEST to the current
17 - Call sigwaitinfo() NUMCALLS times, and verify that the queued signals are
25 #define NUMCALLS 5 macro
58 for (i = NUMCALLS; i > 0; i--) {
70 for (i = NUMCALLS; i > 0; i--) {
H A D8-1.c16 - Using sigqueue(), send NUMCALLS instances of SIGTOTEST to the current
18 - Call sigwaitinfo() NUMCALLS times, and verify that the pending indication
26 #define NUMCALLS 5 macro
57 for (i = NUMCALLS; i > 0; i--) {
69 for (i = NUMCALLS; i > 0; i--) {

Completed in 174 milliseconds