![]() |
RTEMS 6.1
|
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) |
This source file contains the implementation of the thread queue wrapper.