OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUMCALLS
(Results
1 - 6
of
6
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
4-1.c
15
- 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
55
for (i = 0; i <
NUMCALLS
; i++) {
73
if (
NUMCALLS
!= counter) {
76
SIGTOTEST, counter,
NUMCALLS
, SIGTOTEST);
8-1.c
15
- 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
57
for (i = 0; i <
NUMCALLS
; i++) {
74
if (
NUMCALLS
!= counter) {
77
SIGTOTEST, counter,
NUMCALLS
, SIGTOTEST);
5-1.c
15
- Using sigqueue(), send
NUMCALLS
instances of SIGTOTEST to the current
24
#define
NUMCALLS
5
56
for (i = 0; i <
NUMCALLS
; i++) {
6-1.c
29
#define
NUMCALLS
5
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
7-1.c
15
- 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
58
for (i =
NUMCALLS
; i > 0; i--) {
70
for (i =
NUMCALLS
; i > 0; i--) {
8-1.c
16
- 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
57
for (i =
NUMCALLS
; i > 0; i--) {
69
for (i =
NUMCALLS
; i > 0; i--) {
Completed in 73 milliseconds