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

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2707 JavaThread *native_thread = NULL; variable
2740 native_thread = new JavaThread(&thread_entry, sz);
2748 if (native_thread->osthread() != NULL) {
2750 native_thread->prepare(jthread);
2759 assert(native_thread != NULL, "Starting null thread?");
2761 if (native_thread->osthread() == NULL) {
2762 // No one should hold a reference to the 'native_thread'.
2763 delete native_thread;
2773 Thread::start(native_thread);

Completed in 47 milliseconds