synth/mbv/apps/async/lock.cc

5 lines
82 B
C++

#include "lock.h"
#ifdef __x86_64__
std::recursive_mutex InterruptLock::m;
#endif