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