Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dmt_misc.h34 #define authdes_ops_lock __authdes_ops_lock macro
50 extern pthread_mutex_t authdes_ops_lock;
H A Dmt_misc.c16 #define authdes_ops_lock __authdes_ops_lock macro
39 pthread_mutex_t authdes_ops_lock = PTHREAD_MUTEX_INITIALIZER; variable
H A Dauth_des.c482 mutex_lock(&authdes_ops_lock); in authdes_ops()
490 mutex_unlock(&authdes_ops_lock); in authdes_ops()