• To do this, we set the thread priority of the polling threads to 38 (the highest RT priority) and the priorities of the triage pool threads to 37.

    为此我们线程线程优先级设置38最高RT 优先级),将筛选线程的优先级设置为 37。

    youdao

  • This configuration option allows also a special handling of "VIPs" by adding a special thread for just one mailbox, giving it thus priority treatment for processing.

    这种配置选项可以邮箱添加一个特殊线程使之具有优先处理权从而可以进行特殊的 "VIP"处理

    youdao

  • Each CPU on a system has its own dedicated run queue, which is a list of runnable threads sorted by thread priority value.

    系统每个CPU都有自己专用的运行队列队列线程优先级排序的可运行线程列表

    youdao

  • But, because the thread at priority 4 executes first, it should have a slightly larger share of the five-second execution interval and print out a higher loop count.

    但是由于首先执行优先级为4线程,因此秒钟执行时间间隔中,分得时间多一些并且打印循环计数也稍大一些。

    youdao

  • A thread is dispatched from the front of the nonempty run-queue with the highest priority.

    一个非空运行队列前端分派线程具有最高优先级

    youdao

  • This article describes aspects of RTSJ threading and synchronization by discussing how thread priorities and priority queues are managed.

    本文通过讨论如何管理线程优先优先级序列来描述RTSJ线程化和同步

    youdao

  • One of the simplest examples of priority inversion, illustrated in the top diagram in Figure 2, involves three threads: one high (h), one medium (m), and one low (l) priority thread.

    2最上面图表解释了最简单优先反转示例它涉及三个线程:一个高级(H)、一个中级(M)一个低级(L)优先级线程

    youdao

  • Although the JCL defines the concept of thread priority, a traditional JVM is not required to enforce priorities.

    尽管JCL定义了线程优先权概念,然而传统JVM并不需要执行优先权

    youdao

  • A run queue is a list of runnable threads, sorted by thread priority value.

    运行队列运行线程所组成列表,按照线程优先级的值进行排序

    youdao

  • The tag contains information about the priority of the GC thread when the quanta began.

    标记包含关于时间开始gc线程优先级信息

    youdao

  • Appropriate priority selection for execution of thread-pooling logic can help prevent problems encountered in thread enqueueing and dequeueing.

    执行线程入池逻辑选择适当的优先级有助于防止线程入队出队中遇到问题

    youdao

  • If the forked process is a JVM, the primordial thread of the JVM is created with an RT priority.

    如果派生进程一个JVM,则JVM原始线程创建时具有RT优先级

    youdao

  • A thread with an RT priority that voluntarily yields is placed at the back of the queue for its priority.

    具有RT优先自愿让步线程优先级置于队列端。

    youdao

  • This priority is higher than the priority given to either of the two other RT threads that the main RT thread creates.

    这个优先RT线程创建两个其他 RT线程优先级都要

    youdao

  • The idea behind priority inheritance is that at the point of lock contention, the lock holder's priority is boosted to that of the thread wishing to acquire the lock.

    优先继承背后思想争用,锁持有者优先级提高希望获取线程的优先级。

    youdao

  • Keep in mind that the amount of CPU a thread gets becomes dependent not only on the priority but also on the total number of threads that need to be scheduled.

    请记住线程获取cpu不仅依赖优先级依赖于需要调度线程总数

    youdao

  • The constructor of this class takes optional priority and release parameters to define how the JVM should schedule the thread.

    这个构造函数可以带有可选优先级参数出(release)参数,以此定义JVM如何调度线程

    youdao

  • Once the priority class of the process is set, SetThreadPriority is used to set the priority level of the thread within the priority class of the process.

    一旦设置进程优先等级,就可以使用SetThreadPriority在进程优先级等级内部设置线程的优先级层次。

    youdao

  • When you do this, you actually change the value of the priority of a thread (default value of 40) by changing the nice value of its process.

    进行操作时,实际上通过更改进程nice,从而更改了线程优先级的值(缺省40)。

    youdao

  • The Linux kernel performs thread scheduling based on static controls, such as thread priority levels, and on certain dynamic conditions of the threads executing in the system.

    Linux核心可以根据静态控制(线程优先级级别)系统执行线程某些动态条件下来执行线程调度

    youdao

  • Yielding only to a thread of the same priority means that Thread.yield is of questionable use in an RT application that USES more than one RT priority.

    让步具有相同优先线程意味着使用多个RT优先级的RT应用程序中使用Thread .yield可能会出现问题。

    youdao

  • An application that must respond to events in a well-defined time has no way to ensure that another low-priority thread won't get scheduled in front of a high-priority thread.

    必须精确时间内响应事件应用程序无法确保不会在一个高优先线程之前调度个低优先级线程。

    youdao

  • The thread scheduler must dispatch from the head of the highest-priority queue that is not empty.

    线程调度程序必须最高优先队列头部开始调度

    youdao

  • When an executing thread expires its time quantum, it's placed at the end of the run-queue for its priority and assigned a new time quantum.

    一个执行线程超过时间时,优先级放在运行队列的后给它指定新的时间量。

    youdao

  • Priority-based FIFO behavior — as in the earlier synchronization example where the highest-priority thread is chosen to execute next — also applies to the queues of lock contenders and lock waiters.

    基于优先FIFO行为——前面同步示例中,将接着执行具有最高优先级的线程——适用争用者锁等待者的队列

    youdao

  • When a lock is released, the system chooses the thread from the front of the highest-priority queue of contenders to try to lock the object.

    释放以后,系统争用者最高优先队列前端选择线程,以便试图锁定对象

    youdao

  • The inversion of priorities delays both the low- and the high-priority thread from making progress.

    优先反转将延迟优先级线程高优先级线程执行。

    youdao

  • This section shows how you can change some of the CPU scheduling parameters, which are used to calculate the priority value for each thread.

    部分内容介绍了如何更改用于计算每个线程优先级CPU调度参数

    youdao

  • A lock release or lock notify operation is analogous to a scheduling dispatch operation in the sense that the thread at the head of the highest-priority queue is acted on.

    释放notify操作调度分派操作类似,因为都对最高优先队列头部线程起作用。

    youdao

  • A lock release or lock notify operation is analogous to a scheduling dispatch operation in the sense that the thread at the head of the highest-priority queue is acted on.

    释放notify操作调度分派操作类似,因为都对最高优先队列头部线程起作用。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定