Searched defs:HEIMDAL_MUTEX_unlock (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/include/
H A Dheim_threads.h67 #define HEIMDAL_MUTEX_unlock(m) mutex_unlock(m) macro
94 #define HEIMDAL_MUTEX_unlock(m) pthread_mutex_unlock(m) macro
122 #define HEIMDAL_MUTEX_unlock(m) do { if ((*(m))-- != 1) abort(); } while(0) macro
143 #define HEIMDAL_MUTEX_unlock(m) do { (void)(m); } while(0) macro

Completed in 88 milliseconds