Set ctp->status
#include <sys/resmgr.h>
_RESMGR_STATUS( resmgr_context_t *ctp,
int status )
libc
The _RESMGR_STATUS() macro sets ctp->status. This is the status used by the resource manager library when the value from _RESMGR_NPARTS() is returned from an I/O or connect function, e.g. MsgReply ( ctp->rcvid, ctp->status, ctp->iov, num ).
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | Yes |
| Signal handler | Yes |
| Thread | Yes |
_RESMGR_NPARTS(), _RESMGR_PTR()