RTEMS 6.1-rc2
|
This source file contains the implementation of _Thread_Get_CPU_time_used() and _Thread_Get_CPU_time_used_locked(). More...
Functions | |
Timestamp_Control | _Thread_Get_CPU_time_used_locked (Thread_Control *the_thread) |
Gets the used processor time of the thread throughout its entire lifetime if the caller already acquired the thread state and home scheduler locks. | |
Timestamp_Control | _Thread_Get_CPU_time_used (Thread_Control *the_thread) |
Updates the used cpu time for the heir and dispatches a new heir. | |
This source file contains the implementation of _Thread_Get_CPU_time_used() and _Thread_Get_CPU_time_used_locked().