RTEMS
5.0.0
|
POSIX Message Queue and Send Support. More...
Functions | |
int | _POSIX_Message_queue_Send_support (mqd_t mqdes, const char *msg_ptr, size_t msg_len, unsigned int msg_prio, const struct timespec *abstime, Thread_queue_Enqueue_callout enqueue_callout) |
POSIX Message Queue Send Support. More... | |
POSIX Message Queue and Send Support.
int _POSIX_Message_queue_Send_support | ( | mqd_t | mqdes, |
const char * | msg_ptr, | ||
size_t | msg_len, | ||
unsigned int | msg_prio, | ||
const struct timespec * | abstime, | ||
Thread_queue_Enqueue_callout | enqueue_callout | ||
) |
POSIX Message Queue Send Support.
This routine posts a message to a specified message queue.