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

信号

常用释义

词性释义

(计)信号量
例句
  • 全部
  • 信号
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·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.
通常,信号的主要用途是同步某个线程与其他线程的动作。
网络释义

信号量

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

信号灯

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

号志

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

旗语

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

信号机

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

信号量对象

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