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;
110 struct tsd_block { struct
111 struct tsd_block *next;
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;
218 struct tsd_block *
[all...]

Completed in 721 milliseconds