扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.concurrent.locks类abstractqueuedlongsynchronizer的类成员方法: getsharedqueuedthreads定义及介绍
发布时间:2014-2-17
本文导语:
getsharedqueuedthreads
public final collection getsharedqueuedthreads()
返回一个 collection,该 collection 包含正以共享模式等待获取的线程。此方法的属性与 getqueuedthreads() 相同,但它只返回那些因共享获取而等待的线程。
返回:线程 collect...