Gromacs  2018.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs
#include "thread_mpi/mutex.h"
+ Include dependency graph for mutex.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares C++11-style basic threading primitives (gmx::Mutex, gmx::lock_guard).

For now, the implementation is imported from thread-MPI.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Typedefs

typedef tMPI::mutex gmx::Mutex
 C++11-compatible basic mutex.