ADT
ast-experimental
Last change
on this file since e2f827f was 512d937c, checked in by caparsons <caparson@…>, 2 years ago |
various edits and cleanup and added mutexstmt chapter
|
-
Property mode
set to
100644
|
File size:
678 bytes
|
Line | |
---|
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}
|
---|
17 | \newacronym{fcfs}{FCFS}{First Come First Served}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.