Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
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
24 #define NUMCALLS 5 macro
58 for (i = 0; i < NUMCALLS; i++) { in main()
75 if (NUMCALLS != counter) { in main()
78 SIGTOTEST, counter, NUMCALLS, SIGTOTEST); in main()
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
23 #define NUMCALLS 5 macro
56 for (i = 0; i < NUMCALLS; i++) { in main()
74 if (NUMCALLS != counter) { in main()
77 SIGTOTEST, counter, NUMCALLS, SIGTOTEST); in main()
H A D5-1.c15 - Using sigqueue(), send NUMCALLS instances of SIGTOTEST to the current
23 #define NUMCALLS 5 macro
55 for (i = 0; i < NUMCALLS; i++) { in main()
H A D6-1.c28 #define NUMCALLS 5 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
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
25 #define NUMCALLS 5 macro
58 for (i = NUMCALLS; i > 0; i--) { in main()
70 for (i = NUMCALLS; i > 0; i--) { in main()
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
24 #define NUMCALLS 5 macro
59 for (i = NUMCALLS; i > 0; i--) { in main()
71 for (i = NUMCALLS; i > 0; i--) { in main()

Completed in 2 milliseconds