Tag: aqs
All the articles with the tag "aqs".
-
AQS 与 Lock 家族:ReentrantLock、读写锁与 Condition
AQS 深挖:state + CLH 变体等待队列的模板方法,独占 / 共享两种模式,串起 ReentrantLock、读写锁、Condition 与 CAS,并对比 synchronized 的取舍。
All the articles with the tag "aqs".
AQS 深挖:state + CLH 变体等待队列的模板方法,独占 / 共享两种模式,串起 ReentrantLock、读写锁、Condition 与 CAS,并对比 synchronized 的取舍。