functionsummary
#include <sys/resmgr.h>
_resmgr_func_t *_resmgr_io_func( const resmgr_io_funcs_t * funcs,
unsigned type);
libc
The _resmgr_io_func() function retrieves the io (@@@what) function (@@@what) for type. The variable type should be one of the values defined in <sys/iomsg.h;>, such as _IO_READ, _IO_WRITE.
The function pointer in the function tables that matches that type (@@@what) or NULL if the function can't be found.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |