Home
last modified time | relevance | path

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

/freebsd/lib/libc/yp/
H A Dyplib.c102 static mutex_t _ypmutex = MUTEX_INITIALIZER; variable
103 #define YPLOCK() mutex_lock(&_ypmutex);
104 #define YPUNLOCK() mutex_unlock(&_ypmutex);