This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Free a message buffer
#include <sys/neutrino.h> #include <sys/asyncmsg.h> void asyncmsg_free(void *buf)
libasyncmsg
Use the -l asyncmsg option to qcc to link against this library.
The asyncmsg_free() function frees a message buffer that comes from the asyncmsg_get() call.
None
None
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
asyncmsg_channel_create(), asyncmsg_channel_destroy(), asyncmsg_connect_attach(), asyncmsg_connect_attr(), asyncmsg_connect_detach(), asyncmsg_flush(), asyncmsg_get(), asyncmsg_malloc(), asyncmsg_put(), asyncmsg_putv()
Asynchronous Messaging Technote