Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dsvc_dg.c520 mutex_lock(&dupreq_lock); in svc_dg_enablecache()
523 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
529 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
538 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
547 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
552 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
583 mutex_lock(&dupreq_lock); in cache_set()
597 mutex_unlock(&dupreq_lock); in cache_set()
606 mutex_unlock(&dupreq_lock); in cache_set()
613 mutex_unlock(&dupreq_lock); in cache_set()
[all …]
H A Dmt_misc.h39 #define dupreq_lock __dupreq_lock macro
56 extern pthread_mutex_t dupreq_lock;
H A Dmt_misc.c21 #define dupreq_lock __dupreq_lock macro
57 pthread_mutex_t dupreq_lock = PTHREAD_MUTEX_INITIALIZER; variable