码迷,mamicode.com
首页 > 编程语言 > 详细

线程的优先级设置

时间:2016-09-25 06:06:51      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

1 Thread.currentThread().setPriority(Thread.MAX_PRIORITY);//高优先级
2 
3 Thread.currentThread().setPriority(Thread.MIN_PRIORITY);//低优先级

设置优先级时应该通过currentThread()来获取当前的Thread对象,以此Thread对象调用setPriority()来设置优先级;

线程的优先级设置

标签:

原文地址:http://www.cnblogs.com/supermanDYC/p/5904771.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!