Home
last modified time | relevance | path

Searched refs:_UTIL_pthread_mutex (Results 1 – 3 of 3) sorted by relevance

/dports/mail/libspf/libspf-1.0.0-p5/src/libspf/
H A Dutil.h164 #define xpthread_mutex_lock(m) _UTIL_pthread_mutex(m, SPF_TRUE)
165 #define xpthread_mutex_unlock(m) _UTIL_pthread_mutex(m, SPF_FALSE)
324 void _UTIL_pthread_mutex(void *, SPF_BOOL);
H A Dutil.c2716 void _UTIL_pthread_mutex(void *mutex, SPF_BOOL action) in _UTIL_pthread_mutex() function
H A Dutil.c.in2705 /* _UTIL_pthread_mutex
2716 void _UTIL_pthread_mutex(void *mutex, SPF_BOOL action) function