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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c122 static volatile int flag_pthread_loaded = -1; variable
125 if (flag_pthread_loaded == -1)
126 flag_pthread_loaded = 1;
129 flag_pthread_loaded = 0;
134 int x = flag_pthread_loaded;
161 || flag_pthread_loaded < 0) {
162 flag_pthread_loaded = 0;
168 return flag_pthread_loaded;

Completed in 57 milliseconds