File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 249
249
250
250
\pnum
251
251
\returns
252
- \tcode {true} if the lock was acquired, \tcode {false} otherwise .
252
+ \tcode {true} if the lock was acquired, otherwise \tcode {false}.
253
253
\end {itemdescr }
254
254
255
255
\rSec 3[thread.req.lockable.timed]{\oldconcept {TimedLockable} requirements}
279
279
280
280
\pnum
281
281
\returns
282
- \tcode {true} if the lock was acquired, \tcode {false} otherwise .
282
+ \tcode {true} if the lock was acquired, otherwise \tcode {false}.
283
283
\end {itemdescr }
284
284
285
285
\begin {itemdecl }
300
300
301
301
\pnum
302
302
\returns
303
- \tcode {true} if the lock was acquired, \tcode {false} otherwise .
303
+ \tcode {true} if the lock was acquired, otherwise \tcode {false}.
304
304
\end {itemdescr }
305
305
306
306
\rSec 1[thread.stoptoken]{Stop tokens}
2100
2100
2101
2101
\pnum
2102
2102
\returns
2103
- \tcode {true} if ownership of the mutex was obtained for the calling
2104
- thread, otherwise \tcode {false}.
2103
+ \tcode {true} if ownership was obtained, otherwise \tcode {false}.
2105
2104
2106
2105
\pnum
2107
2106
\sync
2580
2579
2581
2580
\pnum
2582
2581
\returns
2583
- \tcode {true} if the shared ownership lock was acquired, \tcode {false}
2584
- otherwise.
2582
+ \tcode {true} if the shared lock was acquired, otherwise \tcode {false}.
2585
2583
2586
2584
\pnum
2587
2585
\sync
2691
2689
2692
2690
\pnum
2693
2691
\returns
2694
- \tcode {true} if the shared lock was acquired, \tcode {false} otherwise .
2692
+ \tcode {true} if the shared lock was acquired, otherwise \tcode {false}.
2695
2693
2696
2694
\pnum
2697
2695
\sync
2734
2732
2735
2733
\pnum
2736
2734
\returns
2737
- \tcode {true} if the shared lock was acquired, \tcode {false} otherwise .
2735
+ \tcode {true} if the shared lock was acquired, otherwise \tcode {false}.
2738
2736
2739
2737
\pnum
2740
2738
\sync
You can’t perform that action at this time.
0 commit comments