reader_lock


Description:

[ Version ( since = "3.58" ) ]
public void reader_lock ()

Acquires a reader lock on the this.

It can be called multiple times. Call pair function reader_unlock to release it. it's okay to call this function when a writer lock is already acquired by the calling thread.

Parameters:

this

a DB