#include <Common/MultiThreadHashTable.h>
#include <Utils/AbstractC20Thread.h>
#include <barrier>
#include <JoinAlgo/AbstractJoinAlgo.h>
Go to the source code of this file.
Classes | |
class | INTELLI::NPJ_thread |
The thread used by NPJ. More... | |
class | INTELLI::NPJ |
The top class package of NPJ, providing a "join function". More... | |
class | INTELLI::NPJSingle |
The top class package of single threadNPJ, providing a "join function". More... | |
Namespaces | |
INTELLI | |
#define | newNPJ() make_shared<NPJ>() |
#define | newNPJSingle() make_shared<NPJSingle>() |
typedef std::shared_ptr< NPJ > | INTELLI::NPJPtr |
typedef std::shared_ptr< NPJSingle > | INTELLI::NPJSinglePtr |