Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dclock.cpp41 return (ts.tv_sec * CLOCKS_PER_SEC) + (ts.tv_nsec / (NS_PER_S / CLOCKS_PER_SEC)); in clock()
/bionic/libc/include/
Dtime.h38 #define CLOCKS_PER_SEC 1000000 macro
/bionic/tests/headers/posix/
Dtime_h.c67 MACRO(CLOCKS_PER_SEC); in time_h()
/bionic/tests/
Dtime_test.cpp755 ASSERT_LT(t1 - t0, CLOCKS_PER_SEC / 1000); in TEST()