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.h197 } k5_debug_loc;
200 #define K5_DEBUG_LOC (__extension__ (k5_debug_loc)K5_DEBUG_LOC_INIT)
202 static inline k5_debug_loc k5_debug_make_loc(const char *file, int line)
204 k5_debug_loc l;
212 typedef char k5_debug_loc;
749 k5_debug_loc loc_last, loc_created;
757 static int k5_mutex_init_1(k5_mutex_t *m, k5_debug_loc l)
768 static int k5_mutex_finish_init_1(k5_mutex_t *m, k5_debug_loc l)
793 static int k5_mutex_lock_1(k5_mutex_t *m, k5_debug_loc l)
194 } k5_debug_loc; typedef in typeref:struct:__anon4673
209 typedef char k5_debug_loc; typedef

Completed in 46 milliseconds