RTEMS 6.1-rc1
Functions
threadqfirst.c File Reference

This source file contains the implementation of _Thread_queue_First(). More...

#include <rtems/score/threadqimpl.h>

Functions

Thread_Control_Thread_queue_First (Thread_queue_Control *the_thread_queue, const Thread_queue_Operations *operations)
 Returns the first thread on the thread queue if it exists, otherwise NULL. More...
 

Detailed Description

This source file contains the implementation of _Thread_queue_First().