Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/rpc/
HDauth_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()
HDmt_misc.h35 #define authnone_lock __authnone_lock macro
52 extern pthread_mutex_t authnone_lock;
HDmt_misc.c18 #define authnone_lock __authnone_lock macro
46 pthread_mutex_t authnone_lock = PTHREAD_MUTEX_INITIALIZER; variable