Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/rpc/
Dmt_misc.h34 #define authdes_ops_lock __authdes_ops_lock macro
50 extern pthread_mutex_t authdes_ops_lock;
Dmt_misc.c20 #define authdes_ops_lock __authdes_ops_lock macro
43 pthread_mutex_t authdes_ops_lock = PTHREAD_MUTEX_INITIALIZER; variable
Dauth_des.c487 mutex_lock(&authdes_ops_lock); in authdes_ops()
495 mutex_unlock(&authdes_ops_lock); in authdes_ops()