[Previous] [Contents] [Next]

_RESMGR_STATUS()

Set ctp->status

Synopsis:

#include <sys/resmgr.h>

_RESMGR_STATUS( resmgr_context_t *ctp,
                int status )

Library:

libc

Description:

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 ).

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler Yes
Signal handler Yes
Thread Yes

See also:

_RESMGR_NPARTS(), _RESMGR_PTR()


[Previous] [Contents] [Next]