Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
H A Dmutex.h35 extern pthread_mutexattr_t isc__mutex_attrs;
36 #define ISC__MUTEX_ATTRS &isc__mutex_attrs
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
H A Dmutex.c257 pthread_mutexattr_t isc__mutex_attrs = { variable