| extends: | Object |
|---|
Create a new mutex object.
| Recursive: | if true this mutex will allow for recursive locking in the same thread |
|---|
Try to acquire a lock on the mutex, but does not block if unavailable.
| Returns: | true if mutex successfully locked, false if not available |
|---|