RTEMS  5.1
Data Fields
Thread_queue_Operations Struct Reference

Thread queue operations. More...

#include <threadq.h>

Data Fields

Thread_queue_Priority_actions_operation priority_actions
 Thread queue priority actions operation.
 
Thread_queue_Enqueue_operation enqueue
 Thread queue enqueue operation. More...
 
Thread_queue_Extract_operation extract
 Thread queue extract operation. More...
 
Thread_queue_Surrender_operation surrender
 Thread queue surrender operation.
 
Thread_queue_First_operation first
 Thread queue first operation.
 

Detailed Description

Thread queue operations.

See also
_Thread_wait_Set_operations().

Field Documentation

◆ enqueue

Thread_queue_Enqueue_operation Thread_queue_Operations::enqueue

Thread queue enqueue operation.

Called by object routines to enqueue the thread.

◆ extract

Thread_queue_Extract_operation Thread_queue_Operations::extract

Thread queue extract operation.

Called by object routines to extract a thread from a thread queue.


The documentation for this struct was generated from the following file: