MADNESS
0.10.1
|
Implements thread introspection. More...
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 () |
Implements thread introspection.