This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Allocate a message buffer for sending
#include <sys/neutrino.h> #include <sys/asyncmsg.h> void *asyncmsg_malloc(size_t size)
libasyncmsg
Use the -l asyncmsg option to qcc to link against this library.
The asyncmsg_malloc() function allocates a message buffer for sending.
EOK on success; or -1 if an error occurred (errno is set).
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_free(), asyncmsg_get(), asyncmsg_put(), asyncmsg_putv()
Asynchronous Messaging Technote