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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dthread_solaris.inline.hpp56 Thread* candidate = ThreadLocalStorage::_get_thread_cache[ix];
H A Dos_solaris.cpp258 Thread* ThreadLocalStorage::_get_thread_cache[ThreadLocalStorage::_pd_cache_size] = {NULL}; member in class:ThreadLocalStorage
286 _get_thread_cache[ index ] = thread;
305 _get_thread_cache[ix] = thread == NULL ? NO_CACHED_THREAD : thread;
310 _get_thread_cache[i] = NO_CACHED_THREAD;
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A DthreadLS_solaris_sparc.hpp33 static Thread* _get_thread_cache[]; // index by [(raw_id>>9)^(raw_id>>20) % _pd_cache_size] variable
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A DthreadLS_solaris_x86.hpp31 static Thread* _get_thread_cache[]; // index by [(raw_id>>9)^(raw_id>>20) % _pd_cache_size] variable

Completed in 54 milliseconds