Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dmutex.h117 #define mutex_lock(mtx__) pthread_mutex_lock(mtx__) argument
118 #define mutex_trylock(mtx__) (pthread_mutex_trylock(mtx__)==0) argument
119 #define mutex_unlock(mtx__) pthread_mutex_unlock(mtx__) argument