| 1. | Wait , it releases the lock and enters the waiting queue 时,它将释放锁并进入等待队列。 |
| 2. | Is sent , only the thread at the head of the waiting queue is affected ,则只影响位于等待队列最前面的线程。 |
| 3. | It releases the lock on the object and enters the object s waiting queue 时,它释放对象的锁并进入对象的等待队列。 |
| 4. | That indicates the maximum time to wait for the queue to contain a message ,指示等待队列包含消息所用的最长时间。 |
| 5. | Notifies a thread in the waiting queue of a change in the locked object s state 通知等待队列中的线程锁定对象状态的更改。 |
| 6. | Channel , waiting queue 等待队列信道 |
| 7. | However , it is not always convenient to wake up all sleeping processes in a wait queue 然而,要唤醒等待队列中所有睡眠的进程有时并不方便。 |
| 8. | All threads that call wait remain in the waiting queue until they receive a signal from 的线程都将留在等待队列中,直到它们接收到由锁的所有者发送的 |
| 9. | The thread that invoked wait remains in the waiting queue until either a thread that holds the lock invokes 的线程保留在等待队列中,直到拥有锁的线程调用 |
| 10. | When the signal is received , one or more threads leave the waiting queue and enter the ready queue 接收到信号后,一个或多个线程将离开等待队列而进入就绪队列。 |