Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/include/
H A Dk5-thread.h204 # define k5_os_mutex_destroy k5_os_nothread_mutex_destroy macro
291 int k5_os_mutex_destroy(k5_os_mutex *m);
299 # define k5_os_mutex_destroy(M) pthread_mutex_destroy((M)) macro
322 # define k5_os_mutex_destroy(M) \ macro
365 (k5_os_mutex_destroy(M))
/freebsd/crypto/krb5/src/util/support/
H A Dthreads.c530 k5_os_mutex_destroy(k5_os_mutex *m) in k5_os_mutex_destroy() function
568 #undef k5_os_mutex_destroy
574 int k5_os_mutex_destroy(k5_os_mutex *m);
586 k5_os_mutex_destroy(k5_os_mutex *m) in k5_os_mutex_destroy() function
H A Dlibkrb5support-fixed.exports57 k5_os_mutex_destroy
/freebsd/krb5/util/support/
H A Dversion.map59 k5_os_mutex_destroy;