Changeset 3364962 for doc/proposals/concurrency/annex
- Timestamp:
- Oct 12, 2017, 3:15:19 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 0aaac0e
- Parents:
- b7778c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/annex/glossary.tex
rb7778c1 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
Note: See TracChangeset
for help on using the changeset viewer.