扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent.locks类abstractqueuedlongsynchronizer的类成员方法: getfirstqueuedthread定义及介绍
发布时间:2014-2-17
本文导语:
getfirstqueuedthread
public final thread getfirstqueuedthread()
返回队列中第一个(等待时间最长的)线程;如果当前没有将任何线程加入队列,则返回 null。
在此实现中,此操作通常是以固定时间返回的,但是,如果其他线程正在并发修...