BioDynaMo
v1.05.120-25dc9790
|
#include <environment.h>
Public Member Functions | |
virtual | ~NeighborMutex ()=default |
virtual void | lock () |
virtual void | unlock () |
The NeighborMutex class is a synchronization primitive that can be used to protect agents data from being simultaneously accessed by multiple threads.
Definition at line 108 of file environment.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in bdm::UniformGridEnvironment::GridNeighborMutexBuilder::GridNeighborMutex.
Definition at line 111 of file environment.h.
|
inlinevirtual |
Reimplemented in bdm::UniformGridEnvironment::GridNeighborMutexBuilder::GridNeighborMutex.
Definition at line 112 of file environment.h.