1.(铁路的)臂板信号(机),信号(灯);信号装置
2.(军队的)旗语通信(法)
3.【旅】塞玛弗,南澳大利亚阿德莱德的一个滨海区
1.打信号(机)通知
2.打信号;打旗语
1.a system for sending messages in which you hold two flags in various positions to represent different letters and numbers
2.[Travel]a historic seaside suburb of Adelaide, South Australia
1.Because named semaphores are system wide, it is possible to have multiple Semaphore objects that represent the same named semaphore.
因为命名信号量是针对整个系统范围的,所以可以具有多个表示同一命名信号量的。
2.Wordlessly, relying on the heart's semaphores, the mother says all an infant needs to hear, communicating through eyes, face and voice.
不必言说,仅靠着心灵的密语,母亲就能说出婴儿需要听到的一切,就能通过眼神、表情和声音进行交流。
3.In multiprocessor systems, semaphores are not always the best solution to the synchronization problems.
在多处理器系统中,信号量并不是同步问题的最佳解决方案。
4.used for inter task synchronization. Semaphores are usually provided by the operating system.
用于进程间同步的数据结构。信号灯常常由操作系统提供。
5.A real application would use semaphores or other techniques to control reading and writing to the shared segment.
真实的应用程序会使用信号量或其他技术控制对共享内存段的读写。
6.Refer to the section on semaphores in this article for the prototype for each of these System V semaphores.
关于每个SystemV信号量的原型,请参阅本文中有关信号量一节的内容。
7.This second part of the series has introduced synchronization objects and primitives, starting with semaphores and events.
本文是这一系列的第2部分,这篇文章从信号量和事件入手,介绍了有关同步对象和原语的内容。
8.Semaphores are another type of synchronization primitive that come in two flavors: binary and counting.
信号量是又一种以两种风格出现的基本方法:二进制和计数模式。
9.Message queues are a really simple concept that derives from the power of queueing semaphores .
消息队列是个从信号量队列引申出的简单的概念。
10.To prevent undetectable over rflow conditions, the kernel imposes a maximum value limit beyond which semaphores cannot be incremented.
为了防止无法检测的溢出情况,系统内核规定了一个最大值的极限,超过了这个值信号量就不能被增加了。