This function is declared in the kos/rwlock.h file.
kos/rwlock.h
Retcode KosRWLockTryRead(KosRWLock *rwlock);
Attempts to lock the read threads.
If successful, the function returns rcOk.