Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
Go to the source code of this file.
Data Structures | |
struct | mqueue_data |
struct | mqueue |
struct | mq_desc |
Functions | |
struct mqueue * | __mq_allocate (struct mq_attr *attr) |
void | __mq_free (struct mqueue *mq) |
size_t | __mq_len (struct mqueue *mq) |
ssize_t | __mq_receive (struct mqueue *mq, const struct mq_attr *attr, char *msg_ptr, size_t msg_len, unsigned int *priority) |
ssize_t | __mq_send (struct mqueue *mq, const struct mq_attr *attr, const char *msg_ptr, size_t msg_len, unsigned int priority) |