reader_trylock


Description:

public bool reader_trylock ()

Tries to obtain a read lock on this and returns true if the read lock was successfully obtained.

Otherwise it returns false.

Parameters:

this

a RWLock

Returns:

true if this could be locked