Brainsimulation
Simulation of the human brain.
|
Struct to pass a simulation's technical execution information to the ticks. More...
#include <utils.h>
Data Fields | |
unsigned int | num_threads |
Number of threads in use by the simulation. | |
threadhandle_t ** | handles |
Pointers to thread handles provided by the operating system. | |
partialsimulationcontext_t * | contexts |
Array of contexts for the different threads. More... | |
threadbarrier_t | barrier |
Synchronization barrier to be used by all threads that run in this execution. | |
Struct to pass a simulation's technical execution information to the ticks.
Contains information on thread-counts and global handles.
partialsimulationcontext_t* executioncontext_t::contexts |
Array of contexts for the different threads.
Has num_threads length.