We emphasize on ready queue design and assignment of real-time tasks.
重点需要解决的问题是:就绪队列的设计和任务的分配。
Releases the lock, the next thread in the ready queue acquires the lock.
的线程释放锁后,就绪队列中的下一个线程将获取该锁。
After the signal is sent, the waiting threads are moved to the ready queue.
发送信号后,等待线程就被移动到就绪队列中。
If the specified time - out interval elapses, the thread enters the ready queue.
如果指定的超时间隔已过,则线程进入就绪队列。
Method , the original thread is moved to the ready queue in order to regain the lock.
方法能够将当前的线程从处理器中移出到准备就绪队列中。
The "r" field tells us how many jobs are in the system ready queue, waiting for resources to be executed.
“r”字段告诉我们系统就绪队列中有多少任务在等待要执行的资源。
Ready queue contains threads that are ready to run, but waiting for necessary resources, such as CPU. Here is the sample output.
就绪队列包含准备运行但在等待必要资源(如cpu等)的线程。
The system maintains a ready queue consisting of all processes whose memory images are on the backing store or in memory and are ready to turn .
系统在后备存储器或内存中维持一个组成内存映像所有过程的准备队列并做好执行的准备。
It is the responsibility of the thread releasing the resource to awake the first thread on the queue, change the head of the queue, and put the thread on the ready queue.
线程的责任是释放资源去唤醒在队列中的第一个等待队列,并修改队列标题,然后将线程放到等待队列。
Messages can be sent asynchronously and placed in a message queue or pile until you are ready to "process" them.
可将消息异步发送并放置在一个消息队列或堆上,直至您准备 “处理”它们。
When a CPU is ready to dispatch a thread, the global run queue is checked before any of the others.
当CPU准备分派线程时,它会先检查全局运行队列,然后再检查其他队列。
A buffer is a queue of characters that are ready to write. When there are enough characters in the queue, they are all written together in one operation.
的字符缓冲区队列已经准备好写。当队列中有足够的人物,他们都是写在一个操作。
OK, we are ready to pay now. Let's queue up (BE) / line up (AE) to pay at the cashier. Be patient. We are almost there.
好了,咱们现在可以付钱了。咱们在收银员这儿排队交钱。耐心点儿,马上就到我们了。
Obviously, it's very important to unlock the queue when you're ready to Go on.
显然,这是非常重要的解锁队列当你准备继续。
When a thread-pool thread is ready for more work, it first looks at the head of its local queue, then in the global queue, and then in the local queues of other threads.
当线程池线程准备好执行更多工作时,它将首先在其本地队列的开始部分查找,然后依次在全局队列和其他线程的本地队列中查找。
At their final destination, they are stored in a queue until the consumer of the message is ready to retrieve them.
在终点,它们被存储在一个队列中直到消息的接收者准备好接收它们。
A buffer is a queue of characters that are ready to write.
的字符缓冲区队列已经准备好写。
A buffer is a queue of characters that are ready to write.
的字符缓冲区队列已经准备好写。
应用推荐