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

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp168 // transition_and_fence must be used on any thread state transition
174 static inline void transition_and_fence(JavaThread *thread, JavaThreadState from, JavaThreadState to) { function in class:ThreadStateTransition
240 void trans_and_fence(JavaThreadState from, JavaThreadState to) { transition_and_fence(_thread, from, to); }
277 ThreadStateTransition::transition_and_fence(_thread, _thread_in_vm, _thread_in_native);

Completed in 31 milliseconds