semaphore
英音[ ˈseməfɔː(r) ] 美音[ ˈseməfɔːr ]

信号量

常用释义

词性释义

n.

信号标,旗语;臂板信号装置

v.

打旗语,发信号
例句
  • 全部
  • 信号量
  • 信号
  • 旗语
Once more she is distracted, catching the eye of the waiter with a demure flutter of restaurant semaphore and asking for more water.
"Etc. , that is numerous, etc. . . " Fan Hai Lei did to let the semaphore that I stop to talk.
1·short sem_op; (semaphore operation)
short sem_op; (信号量操作)
2·When all threads are waiting, the trace shows which threads are deadlocked and possibly waiting on the same semaphore.
当所有的线程都在等待,该跟踪会显示哪些线程是死锁的并可能在等待相同的信号量。
3·Finally, as we mentioned in the first article, not all semaphore timeout messages indicate a serious problem.
最后,正如第一篇文章中提到的,并非所有信号量超时消息都意味着严重的问题。
4·It is common for semaphore timeouts to occur on a busy server.
在忙碌的服务器上出现信号量超时是很常见的。
5·We recommend a better strategy: to remain aware of the data requirements from a program design viewpoint and have a semaphore protect smaller amounts of data.
我们推荐一种更好的战略:从程序设计的视角分析数据需求,让一个信号量保护的数据量更少。
1·Unsigned short sem_num; (semaphore number).
unsigned short sem_num;(信号量个数)。
2·This method is called to wait for an event completion on the indicated semaphore, with a specified time.
调用这个方法来等待所需要信号上某个事件的完成,等待指定的一段时间。
3·With a traditional concurrent environment, you might use a solution such as a semaphore that allows processes to determine whether a variable is 'in use' or can be updated.
在传统并行环境中,您可以使用信号量这样的解决方案,允许进程确定一个变量是否 “处于使用中”,还是可更新。
4·Then it atomically decreases the semaphore count.
然后它自动地减少信号的计数值。
5·Usually, the main use of a semaphore is to synchronize a thread?s action with other threads.
通常,信号的主要用途是同步某个线程与其他线程的动作。
1·These limitations also lessened the effectiveness of the semaphore, a modern precursor to the electric telegraph.
这些限制也削弱了旗语(电报的先驱)的作用。
网络释义

信号量

信号量(Semaphore):信号量是内核管理的Int32变量。当信号量为0时,线程被阻塞;>0时,线程不被阻塞。

信号灯

信号灯semaphore)是一种用于提供不同进程间或一个给定进程的不同线程间同步手段的原语(引自Unix网络编程第2卷进程 …

号志

代表号志 (Semaphore),即是允许限定数量的执行绪在一或多个处理序中存取资源的同步物件。CMutex 代表 Mutex,即允许执 …

旗语

旗语(Semaphore)锁定非常类似于互斥锁定,其区别是,旗语锁定可以同时由多个线程使用。旗语锁定是一种计数的互斥锁定。

信号机

21.“信号机”(Semaphore)是一个变量,控制着对公共资源或临界区的访问。信号机维护着一个计数器,指定可同时使用资源或进 …

信号量对象

信号量对象(Semaphore)就是资源信号量,初始值的取值在0到指定最大值之间,用于限制并发访问的线程数。它的相关APl包 …
同义词
vi.
打旗语;[计]发信号
n.
[计]信号;旗语;臂板信号机
更新时间:2025-05-01 06:59