1.Critical Section A.速度快 B.不能用于不同程序 C.不能進行資源統計(每次隻可以有一個線程對共享資源進行存取) 2.Mutex A.速度慢 B.可用于不同程序 C.不能進行資源統計