rht_drop
| |
rht_code rht_drop(rht r, int flags); |
|
Parameters
| |
r |
replica handle of replica to lock |
| |
flags |
must be set to RHT_NO_FLAGS |
|
Return Values
|
Description
| |
rht_drop decreases the
recursive lock count of the calling thread on a replica.
When it reaches zero, the lock is released and other threads
are allowed to operate on the replica again. |
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|