picotm
0.7.0
|
#include <fifo.h>
Data Fields | |
struct picotm_shared_ref16_obj | ref_obj |
struct file_id | id |
struct picotm_rwlock | rwlock [NUMBER_OF_FIFO_FIELDS] |
Represents a FIFO's open file description.
struct file_id fifo::id |
The FIFO's unique id.
struct picotm_shared_ref16_obj fifo::ref_obj |
Reference-counting base object.
struct picotm_rwlock fifo::rwlock[NUMBER_OF_FIFO_FIELDS] |
Reader/writer state locks.