另一個mutex 與binary semaphore 的差異在於,mutex 的使用可能產生副作用: priority inversion。假設有優先權從高至低的三個thread T1、T2、T3,其中T1 和T3 需要一個 ...
確定! 回上一頁