OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGTIMEDWAITSEC
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
1-1.c
27
6. Verify that (time2-time1) is equal to
SIGTIMEDWAITSEC
within a reasonable
37
#define
SIGTIMEDWAITSEC
1
87
ts.tv_sec =
SIGTIMEDWAITSEC
;
117
if ((time_elapsed >
SIGTIMEDWAITSEC
+ ERRORMARGIN)
118
|| (time_elapsed <
SIGTIMEDWAITSEC
- ERRORMARGIN)) {
2-1.c
25
4. Call sigtimedwait() to wait for non-pending signal SIGTOTEST for
SIGTIMEDWAITSEC
28
6. Verify that (time2-time1) is equal to
SIGTIMEDWAITSEC
within a reasonable
38
#define
SIGTIMEDWAITSEC
0
88
ts.tv_sec =
SIGTIMEDWAITSEC
;
118
if ((time_elapsed >
SIGTIMEDWAITSEC
+ ERRORMARGIN)
119
|| (time_elapsed <
SIGTIMEDWAITSEC
- ERRORMARGIN)) {
5-1.c
22
3. Call sigtimedwait() to wait for non-pending signal SIGTOTEST for
SIGTIMEDWAITSEC
33
#define
SIGTIMEDWAITSEC
0
78
ts.tv_sec =
SIGTIMEDWAITSEC
;
6-1.c
23
3. Call sigtimedwait() to wait for non-pending signal SIGTOTEST for
SIGTIMEDWAITSEC
34
#define
SIGTIMEDWAITSEC
1
80
ts.tv_sec =
SIGTIMEDWAITSEC
;
Completed in 108 milliseconds