Разблокировать блок открытого контекста (OCB)
#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 involves only the advisory lock list that's maintained by the attribute. |
If a client connection is found:
EINTR
. _RESMGR_NOREPLY
. If no client connection is found, iofunc_unblock() returns _RESMGR_DEFAULT
.
ЗОСРВ «Нейтрино»
iofunc_unblock_default(), resmgr_context_t
Предыдущий раздел: Описание API системной библиотеки