Searched refs:_ypmutex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libc/yp/
H A Dyplib.c109 static mutex_t _ypmutex = MUTEX_INITIALIZER; variable
110 #define YPLOCK() mutex_lock(&_ypmutex);
111 #define YPUNLOCK() mutex_unlock(&_ypmutex);

Completed in 86 milliseconds