int PostBoxGetEvent(PostEvent *event, bool root, AuThread *curr_thread)
Definition postbox.cpp:186
void PostBoxCreate(bool root, uint16_t tid)
PostBoxCreate – creates a postbox.
Definition postbox.cpp:80
void PostBoxDestroyByID(uint16_t id)
PostBoxDestroyByID – destroys a post box identified by an id.
Definition postbox.cpp:138
int PostBoxIOControl(AuVFSNode *file, int code, void *arg)
PostBoxIOControl – I/O Control function for post box manager.
Definition postbox.cpp:220
void AuIPCPostBoxInitialise()
AuIPCPostBoxInitialise – initialise the post box ipc manager.
Definition postbox.cpp:265
void PostBoxPutEvent(PostEvent *event)
PostBoxPutEvent – put an event to a specific post box.
Definition postbox.cpp:156
AuVFSNode * AuPostBOXGetNode()
Definition postbox.c:280
struct _post_event_ PostEvent
unsigned char * charValue2
Definition postbox.h:73