Home | History | Annotate | Download | only in tpm2

Lines Matching defs:clock

14 // Function clock() does not provide accurate wall clock time on linux, let's
17 // Return current wall clock modulo milliseconds.
18 static UINT64 clock(void)
33 // Set the current clock time as initial time. This function is called at a power on event to reset the clock
41 // so here the measurement of clock() is in millisecond.
42 s_initClock = clock();
58 unsigned long long currentClock = clock();
76 unsigned long long currentClock = clock();
92 // Adjust the clock rate