Changeset fe84230 for doc/proposals/concurrency/glossary.tex
- Timestamp:
- Nov 7, 2016, 10:47:32 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- 84118d8
- Parents:
- 9a8dfcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/glossary.tex
r9a8dfcc rfe84230 11 11 { 12 12 Locking done by the called routine. With this technique, a monitor routine called by another routine will aquire the monitor \emph{after} entering the routine body but prior to any other code. 13 } 14 15 \longnewglossaryentry{group-acquire} 16 {name={grouped acquiring}} 17 { 18 Implicitly acquiring several monitors when entering a monitor. 13 19 } 14 20
Note: See TracChangeset
for help on using the changeset viewer.