Lines Matching full:current
25 // Track CPU usage for the current thread.
34 // the methods of this class may only be called by the current thread
57 // Return whether currently tracking CPU usage by current thread
60 // Enable tracking of CPU usage by current thread;
65 // Disable tracking of CPU usage by current thread;
89 // The units are CPU nanoseconds consumed by current thread.
101 // The units are CPU nanoseconds consumed by current thread.
111 // Return current clock frequency for specified CPU, in kHz.
118 // current CPU number and clock frequency periodically.
131 uint32_t mCurrentkHz[MAX_CPU]; // current CPU frequency in kHz, not static to avoid a race