|
Tervel
1.0.0
A collection of wait-free containers and algorithms.
|
TODO(steven): More...
Namespaces | |
| algorithms | |
| containers | |
| util | |
Classes | |
| class | Tervel |
| Contains shared information that should be accessible by all threads. More... | |
| class | ThreadContext |
| Thread local information. More... | |
Variables | |
| __thread void * | tl_control_word |
| __thread ThreadContext * | tl_thread_info |
TODO(steven):
System-dependent constants.
This file defines some lightweight structures for manipulating the shared and thread-local information which threads should have access to when running.
Add static type checking of template Type T
Annotate code a bit more.
| __thread void* tervel::tl_control_word |
| __thread ThreadContext* tervel::tl_thread_info |
1.8.9.1