Home
last modified time | relevance | path

Searched refs:SIGTIMEDWAITSEC (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
H A D1-1.c27 6. Verify that (time2-time1) is equal to SIGTIMEDWAITSEC within a reasonable
36 #define SIGTIMEDWAITSEC 2 macro
86 ts.tv_sec = SIGTIMEDWAITSEC; in main()
116 if ((time_elapsed > SIGTIMEDWAITSEC + ERRORMARGIN) in main()
117 || (time_elapsed < SIGTIMEDWAITSEC - ERRORMARGIN)) { in main()
H A D2-1.c25 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
37 #define SIGTIMEDWAITSEC 0 macro
87 ts.tv_sec = SIGTIMEDWAITSEC; in main()
117 if ((time_elapsed > SIGTIMEDWAITSEC + ERRORMARGIN) in main()
118 || (time_elapsed < SIGTIMEDWAITSEC - ERRORMARGIN)) { in main()
H A D5-1.c22 3. Call sigtimedwait() to wait for non-pending signal SIGTOTEST for SIGTIMEDWAITSEC
32 #define SIGTIMEDWAITSEC 0 macro
77 ts.tv_sec = SIGTIMEDWAITSEC; in main()
H A D6-1.c23 3. Call sigtimedwait() to wait for non-pending signal SIGTOTEST for SIGTIMEDWAITSEC
33 #define SIGTIMEDWAITSEC 1 macro
79 ts.tv_sec = SIGTIMEDWAITSEC; in main()

Completed in 2 milliseconds