Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/rpc/
Dsvc_dg.c524 mutex_lock(&dupreq_lock); in svc_dg_enablecache()
527 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
533 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
542 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
551 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
556 mutex_unlock(&dupreq_lock); in svc_dg_enablecache()
587 mutex_lock(&dupreq_lock); in cache_set()
601 mutex_unlock(&dupreq_lock); in cache_set()
610 mutex_unlock(&dupreq_lock); in cache_set()
617 mutex_unlock(&dupreq_lock); in cache_set()
[all …]
Dmt_misc.h39 #define dupreq_lock __dupreq_lock macro
56 extern pthread_mutex_t dupreq_lock;
Dmt_misc.c25 #define dupreq_lock __dupreq_lock macro
61 pthread_mutex_t dupreq_lock = PTHREAD_MUTEX_INITIALIZER; variable