Searched refs:create_thread (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.cpp45 if (!os::create_thread(this, os::pgc_thread))
/openjdk7/hotspot/src/share/vm/services/
H A DmemTrackWorker.cpp45 _has_error = !os::create_thread(this, os::cgc_thread);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.cpp77 if (os::create_thread(this, os::cgc_thread)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.cpp55 if (os::create_thread(this, os::cgc_thread)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp405 static bool create_thread(Thread* thread,
H A Dthread.cpp1205 if (os::create_thread(this, os::watcher_thread)) {
1547 os::create_thread(this, thr_type, stack_sz);
3394 if (!os::create_thread(vmthread, os::vm_thread))
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp95 if (new_worker == NULL || !os::create_thread(new_worker, worker_type)) {
/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/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/windows/vm/
H A Dos_windows.cpp510 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) { function in class:os
/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");

Completed in 2262 milliseconds