Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/rpc/
H A Dsvc_dg.c386 mutex_lock(&dupreq_lock); in svc_dg_enablecache()
389 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
395 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
404 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
413 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
418 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
449 mutex_lock(&dupreq_lock); in cache_set()
463 mutex_unlock(&dupreq_lock); in cache_set()
472 mutex_unlock(&dupreq_lock); in cache_set()
479 mutex_unlock(&dupreq_lock); in cache_set()
[all …]
H A Dmt_misc.h39 #define dupreq_lock __dupreq_lock macro
57 extern pthread_mutex_t dupreq_lock;
H A Dmt_misc.c23 #define dupreq_lock __dupreq_lock macro
60 pthread_mutex_t dupreq_lock = PTHREAD_MUTEX_INITIALIZER; variable