- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/annex/glossary.tex
rdb0fa7c r3364962 13 13 } 14 14 15 \longnewglossaryentry{ group-acquire}16 {name={bulk 15 \longnewglossaryentry{bulk-acq} 16 {name={bulk-acquiring}} 17 17 { 18 18 Implicitly acquiring several monitors when entering a monitor. 19 } 20 21 \longnewglossaryentry{multi-acq} 22 {name={multiple-acquisition}} 23 { 24 Any locking technique which allow any single thread to acquire a lock multiple times. 19 25 } 20 26 … … 101 107 \newacronym{api}{API}{Application Program Interface} 102 108 \newacronym{raii}{RAII}{Ressource Acquisition Is Initialization} 109 \newacronym{numa}{NUMA}{Non-Uniform Memory Access}
Note:
See TracChangeset
for help on using the changeset viewer.