Method
GLibRWLockclear
since: 2.32
Declaration [src]
void
g_rw_lock_clear (
GRWLock* rw_lock
)
Description [src]
Frees the resources allocated to a lock with g_rw_lock_init().
This function should not be used with a GRWLock
that has been
statically allocated.
Calling g_rw_lock_clear()
when any thread holds the lock
leads to undefined behaviour.
Available since: 2.32