Ignore:
File:
1 edited

Legend:

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

    rd02aaa9 ra9aab60  
    11\makeglossaries
    2 
    3 \longnewglossaryentry{callsite-locking}
    4 {name={callsite-locking}}
    5 {
    6 Locking 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 {
    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={bulked acquiring}}
    17 {
    18 Implicitly acquiring several monitors when entering a monitor.
    19 }
    20 
    21 
    222\longnewglossaryentry{uthread}
    233{name={user-level thread}}
     
    5030
    5131\textit{Synonyms : Tasks.}
    52 }
    53 
    54 \longnewglossaryentry{pool}
    55 {name={thread-pool}}
    56 {
    57 Group of homogeneuous threads that loop executing units of works after another.
    58 
    59 \textit{Synonyms : }
    6032}
    6133
Note: See TracChangeset for help on using the changeset viewer.