Searched refs:m_cumulative_user_time (Results 1 – 1 of 1) sorted by relevance
215 return m_cumulative_user_time; in GetCumulativeUserTime()219 m_cumulative_user_time = cutime; in SetCumulativeUserTime()223 return m_cumulative_user_time.tv_sec > 0 || in CumulativeUserTimeIsValid()224 m_cumulative_user_time.tv_usec > 0; in CumulativeUserTimeIsValid()265 struct timespec m_cumulative_user_time; variable