SimGrid  3.21
Versatile Simulation of Distributed Systems
Mutex.hpp File Reference
#include <simgrid/forward.h>
#include <xbt/asserts.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
 
 simgrid::s4u