pub unsafe extern "C" fn aws_mutex_try_lock(
    mutex: *mut aws_mutex
) -> c_int
Expand description

Attempts to acquire the lock but returns immediately if it can not. While on some platforms such as Windows, this may behave as a reentrant mutex, you should not treat it like one. On platforms it is possible for it to be non-reentrant, it will be. Note: For windows, minimum support server version is Windows Server 2008 R2 [desktop apps | UWP apps]