roll back

This commit is contained in:
fengruilin 2018-10-26 17:07:35 +08:00
parent 34617742ec
commit 3754c5f012
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ extern "C" {
#undef USE_PTHREAD_SPINLOCK
#endif
#if defined(USE_PTHREAD_LOCK)
#define LOCK_COMMAND(x) pthread_mutex_lock(x)
#define UNLOCK_COMMAND(x) pthread_mutex_unlock(x)