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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp383 Thread * thr_cur = ThreadLocalStorage::get_thread_slow(); local
389 _shutdown_thread = thr_cur;
392 if (thr!=thr_cur && thr->thread_state() == _thread_in_native) {
405 Thread * thr_cur = ThreadLocalStorage::get_thread_slow(); local
427 if (thr!=thr_cur && thr->thread_state() == _thread_in_native) {

Completed in 29 milliseconds