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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp131 void set_calling_thread(Thread* thread, ThreadPriority priority);
H A DvmThread.cpp613 op->set_calling_thread(t, Thread::get_priority(t));
666 op->set_calling_thread(prev_vm_operation->calling_thread(), prev_vm_operation->priority());
H A Dvm_operations.cpp58 void VM_Operation::set_calling_thread(Thread* thread, ThreadPriority priority) { function in class:VM_Operation

Completed in 2013 milliseconds