Brainsimulation
Simulation of the human brain.
Data Fields
executioncontext_t Struct Reference

Struct to pass a simulation's technical execution information to the ticks. More...

#include <utils.h>

Collaboration diagram for executioncontext_t:
Collaboration graph
[legend]

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_tcontexts
 Array of contexts for the different threads. More...
 
threadbarrier_t barrier
 Synchronization barrier to be used by all threads that run in this execution.
 

Detailed Description

Struct to pass a simulation's technical execution information to the ticks.

Contains information on thread-counts and global handles.

Field Documentation

partialsimulationcontext_t* executioncontext_t::contexts

Array of contexts for the different threads.

Has num_threads length.


The documentation for this struct was generated from the following file: