rtosbackend_mutexTryLock

Attempt to lock a mutex. Returns 0 if couldn't, 1 if locked.

version(LWDR_Sync)
@nogc nothrow pure extern (C)
int
rtosbackend_mutexTryLock
(
void*
)

Meta