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

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dcache_module.c53 cache_store_t cache_store[CACHE_COUNT]; member in struct:__anon2974
61 item = pp->cache_store[cat].item[where];
67 pp->cache_store[cat].item[where] = NULL;
79 list = pp->cache_store[cat].list;
99 pp->cache_store[cat].list = NULL;
117 pthread_mutex_lock(&pp->cache_store[cat].mutex);
133 pthread_mutex_unlock(&(pp->cache_store[cat].mutex));
150 pthread_mutex_lock(&(pp->cache_store[cat].mutex));
152 pthread_mutex_unlock(&(pp->cache_store[cat].mutex));
391 si_list_release(pp->cache_store[
[all...]

Completed in 78 milliseconds