RTEMS 6.1-rc6
|
This source file contains the implementation of _Thread_Continue() and _Thread_Timeout(). More...
Functions | |
void | _Thread_Continue (Thread_Control *the_thread, Status_Control status) |
Cancels a blocking operation so that the thread can continue its execution. | |
void | _Thread_Timeout (Watchdog_Control *the_watchdog) |
General purpose thread wait timeout. | |
This source file contains the implementation of _Thread_Continue() and _Thread_Timeout().