ADT
ast-experimental
|
Last change
on this file since 13f066d was 601bd9e, checked in by caparsons <caparson@…>, 3 years ago |
|
added figures, code examples and more to thesis stuff. wrote many more pages on actors
|
-
Property mode
set to
100644
|
|
File size:
629 bytes
|
| Rev | Line | |
|---|
| [601bd9e] | 1 | \makeglossaries
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 | % \longnewglossaryentry{uthread}
|
|---|
| 5 | % {name={user-level thread}}
|
|---|
| 6 | % {
|
|---|
| 7 | % Threads created and managed inside user-space. Each thread has its own stack and its own thread of execution. User-level threads are invisible to the underlying operating system.
|
|---|
| 8 |
|
|---|
| 9 | % \textit{Synonyms : User threads, Lightweight threads, Green threads, Virtual threads, Tasks.}
|
|---|
| 10 | % }
|
|---|
| 11 |
|
|---|
| 12 | \newacronym{tls}{TLS}{Thread Local Storage}
|
|---|
| 13 | \newacronym{api}{API}{Application Program Interface}
|
|---|
| 14 | \newacronym{raii}{RAII}{Resource Acquisition Is Initialization}
|
|---|
| 15 | \newacronym{numa}{NUMA}{Non-Uniform Memory Access}
|
|---|
| 16 | \newacronym{rtti}{RTTI}{Run-Time Type Information}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.