Tervel  1.0.0
A collection of wait-free containers and algorithms.
Namespaces | Classes | Variables
tervel Namespace Reference

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 ThreadContexttl_thread_info
 

Detailed Description

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.

Variable Documentation

__thread void* tervel::tl_control_word
__thread ThreadContext* tervel::tl_thread_info