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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp293 #define NO_CACHED_THREAD ((Thread*)all_zero) macro
302 // or NO_CACHED_THREAD (zeroed) thread if resetting thread on exit.
305 _get_thread_cache[ix] = thread == NULL ? NO_CACHED_THREAD : thread;
310 _get_thread_cache[i] = NO_CACHED_THREAD;
317 #undef NO_CACHED_THREAD macro

Completed in 316 milliseconds