3.5.1 Mutual exclusion primitives
Function
testAndClaim mutex-list -> bool
Like test, but also claims the mutexes in mutex-list if they are all available, returning true. Returns false otherwise.
test
true
false
Generated with Harlequin WebMaker