Changeset a9aab60 for doc/proposals/concurrency/glossary.tex
- Timestamp:
- Oct 7, 2016, 4:41:17 PM (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:
- 9b4343e
- Parents:
- d95f565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/glossary.tex
rd95f565 ra9aab60 31 31 \textit{Synonyms : Tasks.} 32 32 } 33 34 \longnewglossaryentry{cfacluster} 35 {name={cluster}} 36 { 37 TBD... 38 39 \textit{Synonyms : None.} 40 } 41 42 \longnewglossaryentry{cfacpu} 43 {name={processor}} 44 { 45 TBD... 46 47 \textit{Synonyms : None.} 48 } 49 50 \longnewglossaryentry{cfathread} 51 {name={thread}} 52 { 53 TBD... 54 55 \textit{Synonyms : None.} 56 } 57 58 \longnewglossaryentry{preemption} 59 {name={preemption}} 60 { 61 TBD... 62 63 \textit{Synonyms : None.} 64 } 65 66 \newacronym{tls}{TLS}{Thread Local Storage} 67 \newacronym{api}{API}{Application Program Interface} 68 \newacronym{raii}{RAII}{Ressource Acquisition Is Initialization}
Note: See TracChangeset
for help on using the changeset viewer.