NEURON
tqueue.hpp File Reference
#include <assert.h>
#include <nrnmutdec.h>
#include <pool.hpp>
#include "tqitem.hpp"

Go to the source code of this file.

Classes

class  BinQ
 
class  TQueue
 
class  SelfQueue
 

Macros

#define COLLECT_TQueue_STATISTICS   1
 

Typedefs

using TQItemPool = MutexPool< TQItem >
 

Macro Definition Documentation

◆ COLLECT_TQueue_STATISTICS

#define COLLECT_TQueue_STATISTICS   1

Definition at line 24 of file tqueue.hpp.

Typedef Documentation

◆ TQItemPool

Definition at line 12 of file tqueue.hpp.