就绪队列 meaning in English
ready queue
Examples
- A thread in the ready queue is permitted to reacquire the lock
就绪队列中的线程被允许重新获取锁。 - The number of milliseconds to wait before the thread enters the ready queue
线程进入就绪队列之前等待的毫秒数。 - Wait method overloads allow waiting threads to escape to the ready queue
方法重载的超时允许等待线程进入就绪队列。 - After the signal is sent , the waiting threads are moved to the ready queue
发送信号后,等待线程就被移动到就绪队列中。 - Representing the amount of time to wait before the thread enters the ready queue
,表示线程进入就绪队列之前等待的时间量。