mutual exclusion semaphore的意思|示意

美 / / 英 / /

互斥信号量


mutual exclusion semaphore的网络常见释义

还支持互斥型信号量 ...管理 60 个任务, 覆盖定时器、信号量、事件标志、邮箱、队 列和内存管理, 还支持互斥型信号量 (mutual exclusion semaphore);将其移植 到 AT91SAM7x256 上 主 要 集 中 在 OS_CPU.H、OS_CPU_A.S 和 OS_CPU_C. C 等CPU 相关文件的改动, 上层任务...

互斥量 accept_mutex_on和accept_mutex_off 两个函数实现了互斥量(mutual exclusion semaphore),

函数实现了互斥量 ... 实现,成功,奏效 come off 函数实现了互斥量 mutual exclusion semaphore 他的梦想实现了 his dream came true ...

mutual exclusion semaphore相关短语

1、 MUTUAL EXCLUSION SEMAPHORE MANAGEMENT 互斥型信号量项管理

2、 MUTUAL EXCLUSION SEMAPHORE DATA 互斥型信号量数据

mutual exclusion semaphore相关例句

A data structure for mutual exclusion, also known as a binary semaphore.

表现互斥现象的数据结构,也被当作二元信号灯。

Mutual exclusion can be achieved with the use of a semaphore or mutex.

互斥现象能由使用信号灯或互斥完成。

The process synchronization and process mutual exclusion and semaphore mechanism, which are emphases and difficulty in the Operating System course.

操作系统中,进程同步和互斥问题以及与之相关的信号量机制是教学过程中的重点和难点问题。

The mutex (mutual exclusion) semaphore ensures that only one process at a time has access to the region of code.

这种互斥通信法保证在同一时间仅有一个进程访问此码区。