Ignore:
Timestamp:
Oct 12, 2017, 3:15:19 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Updated concurrency draft and added new section for implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/annex/glossary.tex

    rb7778c1 r3364962  
    1313}
    1414
    15 \longnewglossaryentry{group-acquire}
    16 {name={bulk acquiring}}
     15\longnewglossaryentry{bulk-acq}
     16{name={bulk-acquiring}}
    1717{
    1818Implicitly acquiring several monitors when entering a monitor.
     19}
     20
     21\longnewglossaryentry{multi-acq}
     22{name={multiple-acquisition}}
     23{
     24Any locking technique which allow any single thread to acquire a lock multiple times.
    1925}
    2026
Note: See TracChangeset for help on using the changeset viewer.