#include "PTL/Threading.hh"
#include "PTL/Utility.hh"
#include <chrono>
#include <iostream>
#include <mutex>
#include <system_error>
Go to the source code of this file.
◆ _is_other_mutex
#define _is_other_mutex |
( |
| Tp | ) |
|
Value:
#define _is_stand_mutex(Tp)
#define _is_recur_mutex(Tp)
Definition at line 356 of file AutoLock.hh.
◆ _is_recur_mutex
#define _is_recur_mutex |
( |
| Tp | ) |
|
Value:(std::is_same<Tp, RecursiveMutex>::value)
Definition at line 355 of file AutoLock.hh.
◆ _is_stand_mutex
#define _is_stand_mutex |
( |
| Tp | ) |
|
Value:(std::is_same<Tp, Mutex>::value)
Definition at line 354 of file AutoLock.hh.