RTEMS  5.0.0
Functions
threadtimeout.c File Reference

Thread Wait Timeout. More...

#include <rtems/score/threadimpl.h>
#include <rtems/score/status.h>

Functions

void _Thread_Continue (Thread_Control *the_thread, Status_Control status)
 Cancels a blocking operation so that the thread can continue its execution. More...
 
void _Thread_Timeout (Watchdog_Control *the_watchdog)
 General purpose thread wait timeout. More...
 

Detailed Description

Thread Wait Timeout.