第六章 ReentrantLock源碼解析2--釋放鎖unlock()

最常用的方式: int a = 12; //注意:通常情況下,這個會設置成一個類變量,比如說Segement中的段鎖與copyOnWriteArrayList中的全局鎖 final ReentrantLock lock = new ReentrantLock(); lock.lock();//獲取鎖
相關文章
相關標籤/搜索