Synopsis
void ctl_transport_unlock(CTL_TRANSPORT_t *self);
Description

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

See Also

ctl_transport_lock