Searched refs:tsd_no_threads (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c44 static struct tsd_block tsd_no_threads; variable in typeref:struct:tsd_block
230 t = &tsd_no_threads;
264 t = &tsd_no_threads;
362 if (destructors[keynum] && tsd_no_threads.values[keynum])
363 (*destructors[keynum])(tsd_no_threads.values[keynum]);
365 tsd_no_threads.values[keynum] = 0;

Completed in 264 milliseconds