Acquire the lock if it's currently not acquired by another thread. If it's currently held by another thread, tryAcquire will return false, otherwise true is returned. @return Returns true if the lock was acquired, false otherwise.
()
source not stored for this graph (policy: none)