Java多線程與併發 --- notify 和 notifyall 的區別

 notify 和 notifyall  喚醒鎖 notify 和 notifyall  的區別 先明白兩個概念: 鎖池:EntryList 等待池:WaitSet  這個時候 再來看 notify 和 notifyall  的區別: notifyall : 會讓所有處於等待池的線程全部進入鎖池去競爭獲取鎖的機會 notify : 只會隨機選取一個處於等待池中的線程進入鎖池中去競爭獲取鎖的機會 p
相關文章
相關標籤/搜索