Searched refs:ThreadType (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp186 static size_t default_stack_size(os::ThreadType thr_type);
187 static size_t default_guard_size(os::ThreadType thr_type);
H A Dos_bsd.cpp1063 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp177 static size_t default_stack_size(os::ThreadType thr_type);
178 static size_t default_guard_size(os::ThreadType thr_type);
H A Dos_linux.cpp892 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) {
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp306 size_t os::Bsd::default_stack_size(os::ThreadType thr_type) {
315 size_t os::Bsd::default_guard_size(os::ThreadType thr_type) {
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp296 size_t os::Linux::default_stack_size(os::ThreadType thr_type) {
305 size_t os::Linux::default_guard_size(os::ThreadType thr_type) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp395 enum ThreadType { enum in class:os
406 ThreadType thr_type,
H A Dthread.cpp1544 os::ThreadType thr_type = os::java_thread;
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp882 size_t os::Bsd::default_stack_size(os::ThreadType thr_type) {
892 size_t os::Bsd::default_guard_size(os::ThreadType thr_type) {
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp746 size_t os::Linux::default_stack_size(os::ThreadType thr_type) {
752 size_t os::Linux::default_guard_size(os::ThreadType thr_type) {
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp651 size_t os::Linux::default_stack_size(os::ThreadType thr_type) {
661 size_t os::Linux::default_guard_size(os::ThreadType thr_type) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp85 os::ThreadType worker_type;
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp510 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1181 bool os::create_thread(Thread* thread, ThreadType thr_type, size_t stack_size) {

Completed in 166 milliseconds