![]() |
![]() |
![]() |
Unblock OCBs
#include <sys/iofunc.h> int iofunc_unblock( resmgr_context_t * ctp, iofunc_attr_t * attr );
libc
The iofunc_unblock() function unblocks any clients that are blocked on any internal resource manager structures.
![]() |
Currently, this only involves the advisory lock list that's maintained by the attribute. |
If a client connection is found:
If no client connection is found, iofunc_unblock() returns with the value _RESMGR_DEFAULT.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
![]() |
![]() |
![]() |