RWLock.readerTrylock

Tries to obtain a read lock on rw_lock and returns TRUE if the read lock was successfully obtained. Otherwise it returns FALSE. Since 2.32

class RWLock
int
readerTrylock
()

Return Value

Type: int

TRUE if rw_lock could be locked

Meta