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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
9-1.c 26 #define OKDELTA 1
72 if (abs(sleptplusremaining - SLEEPSEC) <= OKDELTA) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
7-2.c 10 * If time remaining is within OKDELTA difference, the test is a pass.
23 #define OKDELTA 1
71 if (abs(sleptplusremaining - sleepsec) <= OKDELTA) {

Completed in 239 milliseconds