![]() |
![]() |
![]() |
Unlock the attribute structure
#include <sys/iofunc.h> int iofunc_attr_unlock( iofunc_attr_t *attr );
libc
The iofunc_attr_unlock() function unlocks the attribute structure attr, allowing other threads in the resource manager to change information.
This function must be used in conjunction with iofunc_attr_lock(), and is called after you've made modifications to the attribute structure.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
iofunc_attr_init(), iofunc_attr_lock(), iofunc_attr_trylock()
![]() |
![]() |
![]() |