hotspot/src/share/vm/runtime/os.hpp
changeset 41070 496463b4e206
parent 40667 f9cf2db7f59f
child 41178 e567be097315
equal deleted inserted replaced
40931:d4d2a4a0e023 41070:496463b4e206
   441     os_thread
   441     os_thread
   442   };
   442   };
   443 
   443 
   444   static bool create_thread(Thread* thread,
   444   static bool create_thread(Thread* thread,
   445                             ThreadType thr_type,
   445                             ThreadType thr_type,
   446                             size_t stack_size = 0);
   446                             size_t req_stack_size = 0);
   447   static bool create_main_thread(JavaThread* thread);
   447   static bool create_main_thread(JavaThread* thread);
   448   static bool create_attached_thread(JavaThread* thread);
   448   static bool create_attached_thread(JavaThread* thread);
   449   static void pd_start_thread(Thread* thread);
   449   static void pd_start_thread(Thread* thread);
   450   static void start_thread(Thread* thread);
   450   static void start_thread(Thread* thread);
   451 
   451