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

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp197 state == _thread_blocked );
565 case _thread_blocked:
H A DjvmtiRawMonitor.cpp262 // Any JavaThread will enter here with state _thread_blocked
303 guarantee (jt->thread_state() == _thread_blocked, "invariant") ;
357 // All JavaThreads will enter here with state _thread_blocked
379 guarantee (((JavaThread *) THREAD)->thread_state() == _thread_blocked, "invariant") ;
H A DjvmtiEnv.cpp3042 /* This is really evil. Normally you can't undo _thread_blocked */
3054 current_thread->set_thread_state(_thread_blocked);
3138 /* This is really evil. Normally you can't undo _thread_blocked */
3150 current_thread->set_thread_state(_thread_blocked);
H A DjvmtiExport.cpp982 assert(prev_state == _thread_blocked, "JavaThread should be at safepoint");
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp319 trans_and_fence(_thread_in_vm, _thread_blocked);
322 trans_and_fence(_thread_blocked, _thread_in_vm);
H A Dsafepoint.cpp564 case _thread_blocked:
668 // We transition the thread to state _thread_blocked here, but
674 thread->set_thread_state(_thread_blocked);
695 // We transition the thread to state _thread_blocked here, but
701 thread->set_thread_state(_thread_blocked);
854 if (cur_thread->thread_state() != _thread_blocked &&
H A DobjectMonitor.cpp372 assert (jt->thread_state() != _thread_blocked , "invariant") ;
485 assert (((JavaThread *) Self)->thread_state() == _thread_blocked , "invariant") ;
737 assert (((JavaThread *)Self)->thread_state() != _thread_blocked, "invariant") ;
896 // We'd like to assert that: (THREAD->thread_state() != _thread_blocked) ;
899 // In that case exit() is called with _thread_state as _thread_blocked,
1554 } // Exit thread safepoint: transition _thread_blocked -> _thread_in_vm
2267 return jst == _thread_blocked || jst == _thread_in_native ;
H A Dsynchronizer.cpp635 ((JavaThread *)Self)->thread_state() != _thread_blocked, "invariant") ;
754 assert (self->thread_state() != _thread_blocked , "invariant") ;
H A Dfprofiler.cpp1121 case _thread_blocked:
H A Dthread.cpp588 // _thread_in_native -> _thread_in_native_trans -> _thread_blocked
594 // seen as _thread_blocked in if-thread_in_native_trans check.
597 if (save_state == _thread_blocked && is_suspend_equivalent()) {
598 // If the thread's state is _thread_blocked and this blocking
601 // the code that sets _thread_blocked has been modified to do
604 // the _thread_blocked with self-suspension check.
630 // _thread_blocked by the time we get here. In that case, we will
2126 // as _thread_in_Java which would normally transition to _thread_blocked
2127 // at a safepoint. We would like to mark the thread as _thread_blocked
2130 // _thread_blocked wit
[all...]
H A DvmStructs.cpp2285 declare_constant(_thread_blocked) \
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp735 _thread_blocked = 10, // blocked in vm enumerator in enum:JavaThreadState
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp399 assert(thread_state != _thread_blocked, "Coming from the wrong thread");
404 ThreadStateTransition::transition(thread, thread_state, _thread_blocked);
408 // _thread_blocked. Used by os_sleep().
456 ThreadStateTransition::transition(thread, _thread_blocked, osthread->saved_interrupt_thread_state());
3675 // This is a JavaThread so we honor the _thread_blocked protocol

Completed in 165 milliseconds