MADNESS  0.10.1
Namespaces | Enumerations | Functions

Implements thread introspection. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 
 madness::detail
 

Enumerations

enum  madness::ThreadTag { madness::ThreadTag_NonMADNESS = 0b0000 , madness::ThreadTag_MADNESS = 0b0001 , madness::ThreadTag_Main = 0b0010 }
 bitfield describing thread type More...
 

Functions

bool madness::is_madness_thread ()
 
void madness::set_thread_tag (int tag)
 
void madness::set_thread_tag (ThreadTag tag)
 
ThreadTag & madness::detail::thread_tag_accessor ()
 

Detailed Description

Implements thread introspection.