RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
tx-wrap-thread-queue.c File Reference

This source file contains the implementation of the thread queue wrapper. More...

#include "tx-support.h"
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
#include <string.h>

Functions

void WrapThreadQueueInitialize (WrapThreadQueueContext *ctx, void(*handler)(void *), void *arg)
 
void WrapThreadQueueExtract (WrapThreadQueueContext *ctx, Thread_Control *thread)
 
void WrapThreadQueueExtractDirect (WrapThreadQueueContext *ctx, Thread_Control *thread)
 
void WrapThreadQueueDestroy (WrapThreadQueueContext *ctx)
 

Detailed Description

This source file contains the implementation of the thread queue wrapper.