Searched refs:create_os_thread (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp438 static OSThread* create_os_thread(Thread* thread, HANDLE thread_handle, int thread_id) { function
478 OSThread* osthread = create_os_thread(thread, thread_h,
496 _starting_thread = create_os_thread(thread, main_thread, main_thread_id);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1085 static OSThread* create_os_thread(Thread* thread, thread_t thread_id) { function
1103 tty->print_cr("In create_os_thread, Thread " INTPTR_FORMAT ", LWP is " INTPTR_FORMAT "\n",
1138 OSThread* osthread = create_os_thread(thread, thr_self());
1159 _starting_thread = create_os_thread(thread, main_thread);

Completed in 2137 milliseconds