Go to the source code of this file.
|
| coreneuron |
| THIS FILE IS AUTO GENERATED DONT MODIFY IT.
|
|
|
#define | _STRIDE _cntml_padded + _iml |
|
#define | _threadargscomma_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v, |
|
#define | _threadargsprotocomma_ |
|
#define | _threadargs_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v |
|
#define | _threadargsproto_ |
|
◆ _STRIDE
#define _STRIDE _cntml_padded + _iml |
◆ _threadargs_
#define _threadargs_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v |
◆ _threadargscomma_
#define _threadargscomma_ _iml, _cntml_padded, _p, _ppvar, _thread, _nt, _ml, _v, |
◆ _threadargsproto_
#define _threadargsproto_ |
Value: int _iml,
int _cntml_padded,
double *_p,
Datum *_ppvar, ThreadDatum *_thread, NrnThread *_nt, \
Memb_list *_ml, double _v
Definition at line 24 of file mod2c_core_thread.hpp.
◆ _threadargsprotocomma_
#define _threadargsprotocomma_ |
Value: int _iml,
int _cntml_padded,
double *_p,
Datum *_ppvar, ThreadDatum *_thread, NrnThread *_nt, \
Memb_list *_ml, double _v,
Definition at line 20 of file mod2c_core_thread.hpp.