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

namespace  madness
 Namespace for all elements and tools of MADNESS.
 
namespace  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)
 
ThreadTagmadness::detail::thread_tag_accessor ()
 

Detailed Description

Implements thread introspection.