Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_none.c80 mutex_lock(&authnone_lock); in authnone_create()
84 mutex_unlock(&authnone_lock); in authnone_create()
100 mutex_unlock(&authnone_lock); in authnone_create()
115 mutex_unlock(&authnone_lock); in authnone_marshal()
120 mutex_unlock(&authnone_lock); in authnone_marshal()
H A Dmt_misc.h35 #define authnone_lock __authnone_lock macro
52 extern pthread_mutex_t authnone_lock;
H A Dmt_misc.c17 #define authnone_lock __authnone_lock macro
45 pthread_mutex_t authnone_lock = PTHREAD_MUTEX_INITIALIZER; variable