Searched refs:_ypmutex (Results 1 – 1 of 1) sorted by relevance
102 static mutex_t _ypmutex = MUTEX_INITIALIZER; variable103 #define YPLOCK() mutex_lock(&_ypmutex);104 #define YPUNLOCK() mutex_unlock(&_ypmutex);