摘要: /** * Possibly repeatedly traverses from tail, unsplicing cancelled * nodes until none are found. Unparks nodes that may have been * relinked to be ne 阅读全文
posted @ 2021-03-31 15:43 榆木脑袋0v0 阅读(130) 评论(1) 推荐(0)
摘要: static final int WAITING = 1; // must be 1 static final int CANCELLED = 0x80000000; // must be negative static final int COND = 2; // in a condition w 阅读全文
posted @ 2021-03-31 15:07 榆木脑袋0v0 阅读(80) 评论(0) 推荐(0)
摘要: signalNext函数的作用为通知指定节点的后继节点结束等待状态 static final int WAITING = 1; // must be 1 static final int CANCELLED = 0x80000000; // must be negative static final 阅读全文
posted @ 2021-03-31 15:04 榆木脑袋0v0 阅读(74) 评论(0) 推荐(0)