Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
D1-1.c36 #define SIGTIMEDWAITSEC 1 macro
86 ts.tv_sec = SIGTIMEDWAITSEC; in main()
116 if ((time_elapsed > SIGTIMEDWAITSEC + ERRORMARGIN) in main()
117 || (time_elapsed < SIGTIMEDWAITSEC - ERRORMARGIN)) { in main()
D2-1.c37 #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()
D5-1.c32 #define SIGTIMEDWAITSEC 0 macro
77 ts.tv_sec = SIGTIMEDWAITSEC; in main()
D6-1.c33 #define SIGTIMEDWAITSEC 1 macro
79 ts.tv_sec = SIGTIMEDWAITSEC; in main()