pub unsafe extern "C" fn PxMutexImpl_trylock_mut(
self_: *mut PxMutexImpl,
) -> boolExpand description
Acquire (lock) the mutex. If the mutex is already locked by another thread, this method returns false without blocking.
pub unsafe extern "C" fn PxMutexImpl_trylock_mut(
self_: *mut PxMutexImpl,
) -> boolAcquire (lock) the mutex. If the mutex is already locked by another thread, this method returns false without blocking.