From Jason Turner

[thread.lock.algorithm]

Diff to HTML by rtfpessoa

tmp/tmpolj6y9ub/{from.md → to.md} RENAMED
@@ -11,11 +11,11 @@ when suitably instantiated.
11
  *Effects:* Calls `try_lock()` for each argument in order beginning with
12
  the first until all arguments have been processed or a call to
13
  `try_lock()` fails, either by returning `false` or by throwing an
14
  exception. If a call to `try_lock()` fails, `unlock()` shall be called
15
  for all prior arguments and there shall be no further calls to
16
- try_lock().
17
 
18
  *Returns:* `-1` if all calls to `try_lock()` returned `true`, otherwise
19
  a 0-based index value that indicates the argument for which `try_lock()`
20
  returned `false`.
21
 
 
11
  *Effects:* Calls `try_lock()` for each argument in order beginning with
12
  the first until all arguments have been processed or a call to
13
  `try_lock()` fails, either by returning `false` or by throwing an
14
  exception. If a call to `try_lock()` fails, `unlock()` shall be called
15
  for all prior arguments and there shall be no further calls to
16
+ `try_lock()`.
17
 
18
  *Returns:* `-1` if all calls to `try_lock()` returned `true`, otherwise
19
  a 0-based index value that indicates the argument for which `try_lock()`
20
  returned `false`.
21