lwp_cache_entry   112 gc/solaris_threads.c struct lwp_cache_entry {
lwp_cache_entry   118 gc/solaris_threads.c static struct lwp_cache_entry *GC_lwp_cache = GC_lwp_cache_default;
lwp_cache_entry   191 gc/solaris_threads.c     int required_bytes = ROUNDUP(n * sizeof(struct lwp_cache_entry))
lwp_cache_entry   203 gc/solaris_threads.c     memcpy(mem, GC_lwp_cache, max_lwps * sizeof(struct lwp_cache_entry));
lwp_cache_entry   204 gc/solaris_threads.c     GC_lwp_cache = (struct lwp_cache_entry*)mem;
lwp_cache_entry   205 gc/solaris_threads.c     mem += ROUNDUP(n * sizeof(struct lwp_cache_entry));