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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-thread.h200 #define K5_DEBUG_LOC (__extension__ (k5_debug_loc)K5_DEBUG_LOC_INIT)
209 #define K5_DEBUG_LOC (k5_debug_make_loc(__FILE__,__LINE__))
214 #define K5_DEBUG_LOC 0
217 #define k5_debug_update_loc(L) ((L) = K5_DEBUG_LOC)
766 #define k5_mutex_init(M) k5_mutex_init_1((M), K5_DEBUG_LOC)
777 #define k5_mutex_finish_init(M) k5_mutex_finish_init_1((M), K5_DEBUG_LOC)
780 k5_mutex_lock(M), (M)->loc_last = K5_DEBUG_LOC, k5_mutex_unlock(M), \
788 if (_err == 0) _m->loc_last = K5_DEBUG_LOC; \
802 #define k5_mutex_lock(M) k5_mutex_lock_1(M, K5_DEBUG_LOC)
806 (M)->loc_last = K5_DEBUG_LOC, \
197 #define K5_DEBUG_LOC macro
206 #define K5_DEBUG_LOC macro
211 #define K5_DEBUG_LOC macro
[all...]

Completed in 47 milliseconds