mutual exclusion semaphore 中文意思是什麼

mutual exclusion semaphore 解釋
函數實現了互斥量
  • mutual : adj. 1. 相互的。2. 〈口語〉共有的,共同的。adv. -ly
  • exclusion : n. 1. 拒絕,杜絕;除去,排除,排斥;趕出。2. 被排除在外的事物。adj. -ary
  • semaphore : n. 1. (鐵路的)臂板信號(機),信號(燈);信號裝置。2. (軍隊的)旗語通信(法)。vt. 打信號(機)通知。vi. 打信號;打旗語。
  1. Semaphore mechanism usage of processes synchronization and mutual exclusion

    進程同步與互斥中信號量機制的使用
  2. Mutual exclusion can be achieved with the use of a semaphore or mutex

    互斥現象能由使用信號燈或互斥完成。
  3. Function is one that cannot be shared by more than one task unless mutual exclusion to the function is ensured either by using a semaphore or by disabling interrupts during critical sections of code

    函數不能由超過一個任務所共享,除非能確保函數的互斥(或者使用信號量,或者在代碼的關鍵部分禁用中斷) 。
分享友人