Home
last modified time | relevance | path

Searched defs:_PROP_MUTEX_UNLOCK (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/common/lib/libprop/
Dprop_object_impl.h303 #define _PROP_MUTEX_UNLOCK(x) mutex_exit(&(x)) macro
351 #define _PROP_MUTEX_UNLOCK(x) /* nothing */ macro
405 #define _PROP_MUTEX_UNLOCK(x) mutex_unlock(&(x)) macro
433 #define _PROP_MUTEX_UNLOCK(x) /* nothing */ macro
459 #define _PROP_MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro