Home
last modified time | relevance | path

Searched refs:k5_os_mutex_init (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/include/
H A Dk5-thread.h203 # define k5_os_mutex_init k5_os_nothread_mutex_init macro
290 int k5_os_mutex_init(k5_os_mutex *m);
298 # define k5_os_mutex_init(M) pthread_mutex_init((M), 0) macro
319 # define k5_os_mutex_init(M) \ macro
358 return k5_os_mutex_init(m); in k5_mutex_init()
/freebsd/crypto/krb5/src/util/support/
H A Dthreads.c521 k5_os_mutex_init(k5_os_mutex *m) in k5_os_mutex_init() function
567 #undef k5_os_mutex_init
573 int k5_os_mutex_init(k5_os_mutex *m);
581 k5_os_mutex_init(k5_os_mutex *m) in k5_os_mutex_init() function
H A Dlibkrb5support-fixed.exports56 k5_os_mutex_init
/freebsd/krb5/util/support/
H A Dversion.map58 k5_os_mutex_init;