RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
threadtimeout.c File Reference

This source file contains the implementation of _Thread_Continue() and _Thread_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.
 
void _Thread_Timeout (Watchdog_Control *the_watchdog)
 General purpose thread wait timeout.
 

Detailed Description

This source file contains the implementation of _Thread_Continue() and _Thread_Timeout().