Home
last modified time | relevance | path

Searched refs:OKDELTA (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/
H A D7-2.c10 * If time remaining is within OKDELTA difference, the test is a pass.
23 #define OKDELTA 1 macro
71 if (abs(sleptplusremaining - sleepsec) <= OKDELTA) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/
H A D9-1.c27 #define OKDELTA 1 macro
73 if (abs(sleptplusremaining - SLEEPSEC) <= OKDELTA) { in main()

Completed in 1 milliseconds