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

/barrelfish-master/lib/libc/rpc/
H A Dmt_misc.h35 #define authnone_lock __authnone_lock macro
52 extern pthread_mutex_t authnone_lock;
H A Dauth_none.c85 mutex_lock(&authnone_lock);
89 mutex_unlock(&authnone_lock);
105 mutex_unlock(&authnone_lock);
120 mutex_unlock(&authnone_lock);
125 mutex_unlock(&authnone_lock);
H A Dmt_misc.c21 #define authnone_lock __authnone_lock macro
49 pthread_mutex_t authnone_lock = PTHREAD_MUTEX_INITIALIZER; variable

Completed in 38 milliseconds