Ignore:
Timestamp:
Nov 2, 2016, 3:55:08 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
fe84230
Parents:
955d9e43
Message:

updated concurrency proposal based on peter's review, up-to but not including internal scheduling

File:
1 edited

Legend:

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

    r955d9e43 r9a8dfcc  
    11\makeglossaries
     2
     3\longnewglossaryentry{callsite-locking}
     4{name={callsite-locking}}
     5{
     6Locking done by the calling routine. With this technique, a routine calling a monitor routine will aquire the monitor \emph{before} making the call to the actuall routine.
     7}
     8
     9\longnewglossaryentry{entry-point-locking}
     10{name={entry-point-locking}}
     11{
     12Locking 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
    216\longnewglossaryentry{uthread}
    317{name={user-level thread}}
Note: See TracChangeset for help on using the changeset viewer.