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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp93 static OSThread* _starting_thread; member in class:os
H A Dos.cpp71 OSThread* os::_starting_thread = NULL; member in class:os
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp495 if (_starting_thread == NULL) {
496 _starting_thread = create_os_thread(thread, main_thread, main_thread_id);
497 if (_starting_thread == NULL) {
503 _starting_thread->set_state(RUNNABLE);
505 thread->set_osthread(_starting_thread);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1158 if (_starting_thread == NULL) {
1159 _starting_thread = create_os_thread(thread, main_thread);
1160 if (_starting_thread == NULL) {
1166 _starting_thread->set_state(RUNNABLE);
1168 thread->set_osthread(_starting_thread);

Completed in 75 milliseconds