Searched defs:k5_os_nothread_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h334 } k5_os_nothread_mutex;
368 typedef char k5_os_nothread_mutex;
376 static int k5_os_nothread_mutex_finish_init(k5_os_nothread_mutex *m) {
381 static int k5_os_nothread_mutex_init(k5_os_nothread_mutex *m) {
386 static int k5_os_nothread_mutex_destroy(k5_os_nothread_mutex *m) {
391 static int k5_os_nothread_mutex_lock(k5_os_nothread_mutex *m) {
396 static int k5_os_nothread_mutex_unlock(k5_os_nothread_mutex *m) {
418 typedef k5_os_nothread_mutex k5_os_mutex;
531 k5_os_nothread_mutex n;
329 } k5_os_nothread_mutex; typedef in typeref:struct:__anon4675
363 typedef char k5_os_nothread_mutex; typedef

Completed in 48 milliseconds