KasperskyOS Community Edition 1.1
Contents
Contents
KosMutexTryLock()
This function is declared in the kos/mutex.h
file.
Retcode KosMutexTryLock(KosMutex *mutex);
Attempts to capture the specified mutex
.
This function returns rcOk if the mutex could be captured, and returns rcBusy if the mutex could not be captured because it is already captured.
Page top