Home
last modified time | relevance | path

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

/dragonfly/lib/libc/yp/
HDyplib.c105 static mutex_t _ypmutex = MUTEX_INITIALIZER; variable
106 #define YPLOCK() mutex_lock(&_ypmutex);
107 #define YPUNLOCK() mutex_unlock(&_ypmutex);