Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Dauth_none.c84 mutex_lock(&authnone_lock); in authnone_create()
88 mutex_unlock(&authnone_lock); in authnone_create()
104 mutex_unlock(&authnone_lock); in authnone_create()
119 mutex_unlock(&authnone_lock); in authnone_marshal()
124 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.c18 #define authnone_lock __authnone_lock macro
46 pthread_mutex_t authnone_lock = PTHREAD_MUTEX_INITIALIZER; variable