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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h555 # define k5_pthread_assert_locked(M) \
560 (k5_pthread_assert_locked(M), \
566 static void k5_pthread_assert_locked(k5_os_mutex *m) { }
665 ? k5_pthread_assert_locked(M) \
691 # define k5_os_mutex_assert_locked(M) k5_pthread_assert_locked(M)
550 # define k5_pthread_assert_locked macro
561 static void k5_pthread_assert_locked(k5_os_mutex *m) { } function

Completed in 64 milliseconds