libfoedus-core
FOEDUS Core Library
thread.hpp File Reference
Include dependency graph for thread.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::thread::Thread
 Represents one thread running on one NUMA core. More...
 
class  foedus::thread::GrabFreeVolatilePagesScope
 Obtains multiple free volatile pages at once and releases them automatically when this object gets out of scope. More...
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::thread
 Thread and Thread-Group, which abstracts NUMA-core/node and provides API to attach/detach tasks to pooled threads.