從AbstractQueuedSynchronizer到Reentrantlock。

文章目錄 前言 什麼是AQS AQS結構 Node結構 AQS重要方法 獨佔模式具體分析 acquire方法 tryAcquire方法 addWaiter enq方法 acquireQueued方法 shouldParkAfterFailedAcquire方法 parkAndCheckInterrupt方法 cancelAcquire方法 unparkSuccessor 方法 release方法
相關文章
相關標籤/搜索