释放信号 meaning in Chinese
release signal
unlock signal
Examples
- To release the semaphore , the thread can either call the
若要释放信号量,线程可以调用 - To release the semaphore permit ; an easy enough - but all - too - often - forgotten - approach
来释放信号量许可证,这是一个很简单却容易被遗忘的方法。 - Additional threads requesting the resource block until a thread releases the semaphore . like the
请求该资源的其他线程会一直阻止,直到某个线程释放信号量为止。 - It is the programmer s responsibility to ensure that a thread does not release the semaphore too many times
编程人员应负责确保线程释放信号量的次数不会过多。 - A process in the wait state . a process waits on a ring buffer or semaphore , unable to change state and resume execution until the ring buffer or semaphore has been signalled by another process
处于等待状态的一个进程,该进程在一个环形缓冲区或信号灯处等待,直到另一个进程发出释放信号才能改变状态,恢复执行。