5 #include "no-thread.hpp"
8 #include "thread/fast_mutex.h"
17 using std::recursive_mutex;
18 namespace this_thread = std::this_thread;
21 using fast_mutex = tthread::fast_mutex;
24 using lock_guard = std::unique_lock<Mutex>;
29 #include "critical-resource.hpp"