CoreNEURON
coreneuron::NetCvodeThreadData Class Reference

Detailed Description

Definition at line 46 of file netcvode.hpp.

#include <netcvode.hpp>

Public Member Functions

 NetCvodeThreadData ()
 
virtual ~NetCvodeThreadData ()
 
void interthread_send (double, DiscreteEvent *, NrnThread *)
 If the PreSyn is on a different thread than the target, we have to lock the buffer. More...
 
void enqueue (NetCvode *, NrnThread *)
 

Public Attributes

int unreffed_event_cnt_ = 0
 
TQueue< QTYPE > * tqe_
 
std::vector< InterThreadEventinter_thread_events_
 
OMP_Mutex mut
 

Constructor & Destructor Documentation

◆ NetCvodeThreadData()

coreneuron::NetCvodeThreadData::NetCvodeThreadData ( )

Definition at line 122 of file netcvode.cpp.

◆ ~NetCvodeThreadData()

coreneuron::NetCvodeThreadData::~NetCvodeThreadData ( )
virtual

Definition at line 127 of file netcvode.cpp.

Member Function Documentation

◆ enqueue()

void coreneuron::NetCvodeThreadData::enqueue ( NetCvode nc,
NrnThread nt 
)

Definition at line 142 of file netcvode.cpp.

◆ interthread_send()

void coreneuron::NetCvodeThreadData::interthread_send ( double  td,
DiscreteEvent db,
NrnThread  
)

If the PreSyn is on a different thread than the target, we have to lock the buffer.

Definition at line 133 of file netcvode.cpp.

Member Data Documentation

◆ inter_thread_events_

std::vector<InterThreadEvent> coreneuron::NetCvodeThreadData::inter_thread_events_

Definition at line 50 of file netcvode.hpp.

◆ mut

OMP_Mutex coreneuron::NetCvodeThreadData::mut

Definition at line 51 of file netcvode.hpp.

◆ tqe_

TQueue<QTYPE>* coreneuron::NetCvodeThreadData::tqe_

Definition at line 49 of file netcvode.hpp.

◆ unreffed_event_cnt_

int coreneuron::NetCvodeThreadData::unreffed_event_cnt_ = 0

Definition at line 48 of file netcvode.hpp.


The documentation for this class was generated from the following files: