comparison src/share/vm/runtime/os.hpp @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents 957c266d8bc5 716e6ef4482a
children 2cb439954abf
comparison
equal deleted inserted replaced
6711:ae13cc658b80 6948:e522a00b91aa
385 static bool create_main_thread(JavaThread* thread); 385 static bool create_main_thread(JavaThread* thread);
386 static bool create_attached_thread(JavaThread* thread); 386 static bool create_attached_thread(JavaThread* thread);
387 static void pd_start_thread(Thread* thread); 387 static void pd_start_thread(Thread* thread);
388 static void start_thread(Thread* thread); 388 static void start_thread(Thread* thread);
389 389
390 static void initialize_thread(); 390 static void initialize_thread(Thread* thr);
391 static void free_thread(OSThread* osthread); 391 static void free_thread(OSThread* osthread);
392 392
393 // thread id on Linux/64bit is 64bit, on Windows and Solaris, it's 32bit 393 // thread id on Linux/64bit is 64bit, on Windows and Solaris, it's 32bit
394 static intx current_thread_id(); 394 static intx current_thread_id();
395 static int current_process_id(); 395 static int current_process_id();