#include <pthread.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | fesa::AbstractMutex |
This class provides the services that all the mutex have to implement This allows to define a interface so that you can use the mutex services without knowing the implementation (shared, or normal). More... | |
Namespaces | |
namespace | fesa |