RTEMS
5.1
|
POSIX Delete Message Queue. More...
#include <rtems/posix/mqueueimpl.h>
Functions | |
void | _POSIX_Message_queue_Delete (POSIX_Message_queue_Control *the_mq, Thread_queue_Context *queue_context) |
Delete a POSIX Message Queue. More... | |
POSIX Delete Message Queue.
void _POSIX_Message_queue_Delete | ( | POSIX_Message_queue_Control * | the_mq, |
Thread_queue_Context * | queue_context | ||
) |
Delete a POSIX Message Queue.
This routine supports the mq_unlink and mq_close routines by doing most of the work involved with removing a message queue.