Synopsis
void ctl_rwlock_release_write_lock(CTL_RWLOCK_t *rwlock);
Description

ctl_rwlock_release_write_lock releases the write lock held on the read-write lock rwlock. It is an error to release a write lock that is not held on a read-write lock.

Note

ctl_rwlock_release_write_lock must not be called from an interrupt service routine.