X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/956cb23848021301bcb4c20fd31675f65e4348e5..16e27d2a68b9d21536c50eddff53fb68caa30d91:/src/kernel/activity/MutexImpl.cpp diff --git a/src/kernel/activity/MutexImpl.cpp b/src/kernel/activity/MutexImpl.cpp index 396c537a9e..6b94db74bc 100644 --- a/src/kernel/activity/MutexImpl.cpp +++ b/src/kernel/activity/MutexImpl.cpp @@ -3,20 +3,16 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "smx_private.hpp" -#include "src/surf/cpu_interface.hpp" -#include "src/surf/surf_interface.hpp" -#include -#include -#include - +#include "src/kernel/activity/MutexImpl.hpp" #include "src/kernel/activity/SynchroRaw.hpp" -#include "src/simix/MutexImpl.hpp" + +#include "src/simix/smx_private.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_mutex, simix_synchro, "Mutex kernel-space implementation"); namespace simgrid { -namespace simix { +namespace kernel { +namespace activity { MutexImpl::MutexImpl() : mutex_(this) { @@ -104,6 +100,7 @@ void MutexImpl::unlock(smx_actor_t issuer) } } } +} /** Increase the refcount for this mutex */ smx_mutex_t SIMIX_mutex_ref(smx_mutex_t mutex)