|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <mutex>#include <utility>#include <boost/intrusive_ptr.hpp>#include <xbt/base.h>#include "simgrid/simix.h"Classes | |
| class | simgrid::s4u::Mutex |
| A classical mutex, but blocking in the simulation worldIt is strictly impossible to use a real mutex, such as std::mutex or pthread_mutex_t, because it would block the whole simulation. More... | |
Namespaces | |
| simgrid | |
| Alltoall Bruck. | |
| simgrid::s4u | |
Typedefs | |
| using | simgrid::s4u::MutexPtr = Mutex::Ptr |