cf_write_unlock¶
Category: multithreading
GitHub: cute_multithreading.h
Unlocks for writing.
Parameters | Description |
---|---|
rw | The read/write lock. |
Remarks¶
When locked for writing, only one writer can be present with no readers. The writer will sleep/wait for all other readers and writers to unlock before acquiring exclusive access to the lock.
Related Pages¶
CF_ReadWriteLock
cf_make_rw_lock
cf_destroy_rw_lock
cf_read_lock
cf_read_unlock
cf_write_lock