source: doc/proposals/concurrency/style.tex@ a28bc02

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since a28bc02 was 0f9bef3, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

First draft at the final writeup of internal schedulling

  • Property mode set to 100644
File size: 547 bytes
Line 
1\input{common} % bespoke macros used in the document
2\input{cfa-format}
3
4% \CFADefaultStyle
5
6\lstset{
7morekeywords=[2]{nomutex,mutex,thread,wait,wait_release,signal,signal_block,accept,monitor,suspend,resume,coroutine},
8keywordstyle=[2]\color{blue}, % second set of keywords for concurency
9basicstyle=\linespread{0.9}\tt\small, % reduce line spacing and use typewriter font
10stringstyle=\sf\color{Mahogany}, % use sanserif font
11commentstyle=\itshape\color{OliveGreen}, % green and italic comments
12}%
Note: See TracBrowser for help on using the repository browser.