Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c43 struct tsd_block { void *values[K5_KEY_MAX]; }; struct
44 static struct tsd_block tsd_no_threads;
56 struct tsd_block { struct
66 struct tsd_block *t; in krb5int_thread_detach_hook() argument
110 struct tsd_block { struct
111 struct tsd_block *next; argument
170 static struct tsd_block tsd_if_single;
173 # define GET_NO_PTHREAD_TSD() (abort(),(struct tsd_block *)0)
184 struct tsd_block *t = tptr; in thread_termination()
218 struct tsd_block *t; in k5_getspecific()
[all …]