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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1063 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) { function in class:os
4815 // Initialize lock used to serialize thread creation (see os::create_thread)
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp892 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) { function in class:os
4616 // Initialize lock used to serialize thread creation (see os::create_thread)
5836 if (os::create_thread(this, os::os_thread)) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1043 // thr_setprio way back in create_thread) and pass it to
1181 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) { function in class:os
1213 tty->print_cr("In create_thread, creating a %s thread\n", thrtyp);
1337 perror("os::create_thread");
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp510 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) { function in class:os

Completed in 120 milliseconds