Searched refs:clock (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/bionic/libstdc++/
H A Dtest_ctime.cpp47 #ifdef clock
75 using std::clock;
89 volatile std::clock_t clock; local
97 volatile std::clock_t clock1 = std::clock();
98 volatile std::clock_t clock2 = std::clock();
/system/extras/tests/bionic/libc/common/
H A Dtest_clock.c17 // Minimal test program for clock
25 // this thread soaks the CPU so that clock() function will advance
39 // do not call clock() here so we can test initialization
41 // soak the CPU for 10 seconds, then read clock
44 ticks10 = clock();
46 // soak the CPU for 5 more seconds, then read clock
48 ticks15 = clock();
52 printf("At 10 secs clock=%lu, at 15 secs clock=%lu\n", ticks10, ticks15);
H A Dtest_pthread_getcpuclockid.c43 clockid_t clock; local
48 e = pthread_getcpuclockid( self, &clock );
59 clock_gettime( clock, &ts );
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h1409 uint32_t clock; member in struct:__anon139

Completed in 4606 milliseconds