CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
trfifo.h File Reference

FIFO-ordered task resource. More...

#include <cx/obj.h>
#include "taskresource.h"
#include <cx/thread/mutex.h>

Go to the source code of this file.

Data Structures

struct  TRFifo
 Strictly ordered FIFO resource for serialized task execution. More...
 

Macros

#define trfifoCreate()   TRFifo_create()
 

Typedefs

typedef struct TRFifo TRFifo
 Strictly ordered FIFO resource for serialized task execution.
 

Detailed Description

FIFO-ordered task resource.

Note
This file is automatically generated from taskqueue/resource/trfifo.cxh

Definition in file trfifo.h.