Searched refs:mtx_res (Results 1 – 1 of 1) sorted by relevance
115 pthread_mutex_t mtx_res = PTHREAD_MUTEX_INITIALIZER; variable117 #define LOCK() do { pthread_mutex_lock(&mtx_res); } while (0)118 #define UNLOCK() do { pthread_mutex_unlock(&mtx_res); } while (0)
Completed in 4 milliseconds