HomeSort by relevance Sort by last modified time
    Searched refs:ERRORMARGIN (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
1-1.c 38 #define ERRORMARGIN 0.1
117 if ((time_elapsed > SIGTIMEDWAITSEC + ERRORMARGIN)
118 || (time_elapsed < SIGTIMEDWAITSEC - ERRORMARGIN)) {
2-1.c 39 #define ERRORMARGIN 0.1
118 if ((time_elapsed > SIGTIMEDWAITSEC + ERRORMARGIN)
119 || (time_elapsed < SIGTIMEDWAITSEC - ERRORMARGIN)) {

Completed in 195 milliseconds