Home
last modified time | relevance | path

Searched defs:HEIMDAL_MUTEX_unlock (Results 1 – 1 of 1) sorted by last modified time

/freebsd/crypto/heimdal/include/
H A Dheim_threads.h65 #define HEIMDAL_MUTEX_unlock(m) mutex_unlock(m) macro
92 #define HEIMDAL_MUTEX_unlock(m) pthread_mutex_unlock(m) macro
120 #define HEIMDAL_MUTEX_unlock(m) do { if ((*(m))-- != 1) abort(); } while(0) macro
141 #define HEIMDAL_MUTEX_unlock(m) do { (void)(m); } while(0) macro