Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libprop/
H A Dprop_object_impl.h287 #define _PROP_MUTEX_UNLOCK(x) mutex_exit(&(x)) macro
335 #define _PROP_MUTEX_UNLOCK(x) /* nothing */ macro
389 #define _PROP_MUTEX_UNLOCK(x) mutex_unlock(&(x)) macro
415 #define _PROP_MUTEX_UNLOCK(x) /* nothing */ macro
441 #define _PROP_MUTEX_UNLOCK(x) pthread_mutex_unlock(&(x)) macro