Synopsis
void ctl_bus_unlock(CTL_PARALLEL_BUS_t *self);
Description

ctl_bus_unlock releases a mutex that was successfully locked using ctl_bus_lock. If there is no mutex associated with the bus self, ctl_bus_unlock returns immediately. It is an error to release a lock that was not acquired successfully.

See Also

ctl_bus_lock, ctl_bus_lock_ex