Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/func/thread_clock/
Dtc-2.c56 struct timespec sleepts[NUMSLEEP]; variable
115 struct timespec *ts = &sleepts[tid]; in sleeperthread()
140 if (sleepts[i].tv_sec > 0) { in checkresult()
144 sleepts[i].tv_sec + in checkresult()
145 ((float)sleepts[i].tv_nsec / NS_PER_SEC)); in checkresult()
149 sleepts[i].tv_sec + in checkresult()
150 ((float)sleepts[i].tv_nsec / NS_PER_SEC); in checkresult()