Ignore:
Timestamp:
Apr 4, 2023, 9:50:07 AM (15 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
59c05958
Parents:
e8b1f23c
Message:

removed code style and refactored to use cfa code style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/text/CFA_concurrency.tex

    re8b1f23c r9363b1b  
    1717A thread terminates by returning from the main routine where it starts.
    1818
    19 \begin{cfacode}[tabsize=3,caption={\CFA user thread and processor creation},label={l:cfa_thd_init}]
     19\begin{cfa}[tabsize=3,caption={\CFA user thread and processor creation},label={l:cfa_thd_init}]
    2020
    2121thread my_thread {}     // user thread type
     
    3333}
    3434
    35 \end{cfacode}
     35\end{cfa}
Note: See TracChangeset for help on using the changeset viewer.