Not Runnable的意思|示意

美 / / 英 / /

不能运行的


Not Runnable的网络常见释义

非运行态 非运行态(Not Runnable) : W; k4 Q; P4 p& |( H1 u 当以下事件发生时,线程进入非运行态。

不可运行状态 • 不可运行状态(Not Runnable) : 当一个线程调 用以下方法时,线程处于不可运行状态:     线程的状态_4 • 对于上面四种情况,都有可以返回可运行态的...

不可运行  不可运行(Not Runnable):阻塞。线程能够运行,但有某个条件 阻止它的运行。

Not Runnable相关例句

This scenario only occurs when the class calling the interruptible method is part of a Thread, not a Runnable or general-purpose library code, as illustrated in Listing 5.

只有当调用可中断方法的类是 Thread 的一部分,而不是 Runnable 或通用库代码的情况下,才会发生这样的场景,清单 5 演示了这种情况。

There are lots of runnable threads and not enough CPU cycles to process what needs to be done.

有大量可运行线程,但没有足够的CPU周期来处理需要完成的工作。

Sometimes throwing InterruptedException is not an option, such as when a task defined by Runnable calls an interruptible method.

有时候抛出InterruptedException并不合适,例如当由Runnable定义的任务调用一个可中断的方法时,就是如此。

These threads are runnable, Windows takes a lot of time during kernel thread context switches, and not much time is spent on running the thread.

而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。

When a setter (a member function that updates a field) of a class that implements the Runnable interface is not synchronized, then you should document your reasons why.

如果实现Runnable接口的类的setter(更新字段的成员函数)没有同步,则应该写明原因。

But because not all tasks are runnable, you won't find any CFS-related fields in task_struct.

但是因为不是所有任务都是可运行的,您在task_struct中不会发现任何与CFS相关的字段。