Searched defs:grcache (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Drc_mem.c39 struct global_rcache grcache = {K5_MUTEX_PARTIAL_INITIALIZER, NULL}; variable in typeref:struct:global_rcache
164 k5_mutex_lock(&grcache.lock);
169 k5_mutex_unlock(&grcache.lock);
192 k5_mutex_lock(&grcache.lock);
196 k5_mutex_unlock(&grcache.lock);
226 k5_mutex_lock(&grcache.lock);
233 if (grcache.data != NULL) {
234 id->data = (krb5_pointer)grcache.data;
235 k5_mutex_unlock(&grcache.lock);
240 k5_mutex_unlock(&grcache
[all...]

Completed in 269 milliseconds