src/os/windows/vm/os_windows.cpp

changeset 3202
436b4a3231bf
parent 3127
0a63380c8ac8
child 3339
e7dead7e90af
child 3344
11c26bfcf8c7
equal deleted inserted replaced
3201:2ef3386478e6 3202:436b4a3231bf
706 } 706 }
707 return bitcount; 707 return bitcount;
708 } else { 708 } else {
709 return proc_count; 709 return proc_count;
710 } 710 }
711 }
712
713 void os::set_native_thread_name(const char *name) {
714 // Not yet implemented.
715 return;
711 } 716 }
712 717
713 bool os::distribute_processes(uint length, uint* distribution) { 718 bool os::distribute_processes(uint length, uint* distribution) {
714 // Not yet implemented. 719 // Not yet implemented.
715 return false; 720 return false;

mercurial