Gromacs
2018.8
|
#include "thread_mpi/mutex.h"
Declares C++11-style basic threading primitives (gmx::Mutex, gmx::lock_guard).
For now, the implementation is imported from thread-MPI.
Typedefs | |
typedef tMPI::mutex | gmx::Mutex |
C++11-compatible basic mutex. | |