preempted
英 [pri(ː)ˈɛmptɪd]
美 [priˈɛmptɪd]
网络 抢占; 先占; 抢占了; 先发制人; 取代
双语例句
- A kernel task can be preempted, so that some important user application can continue to run.
一个内核任务可以被抢占,为的是让重要的用户应用程序可以继续运行。 - A dispatched thread with an RT priority is allowed to execute until it blocks, voluntarily relinquishes control by yielding, or is preempted by a thread with a higher RT priority.
具有RT优先级的调度线程可以一直执行直至阻塞,通过让步自愿放弃控制权,或被具有更高RT优先级的线程抢占。 - The Linux kernel can be preempted and is subject to priority inversion.
Linux内核可能被抢占并且常常出现优先级反转。 - Latency is lower and more deterministic because handlers become user-configurable, schedulable entities that can be preempted and prioritized just like any other process.
由于处理程序变为用户可配置的、可调度的实体,可以像其他任何进程一样被抢占和优先化,因此延迟变得更短并且更具确定性。 - NHRTs cannot access the heap and so, unlike other types of threads, NHRTs are mostly not interrupted or preempted by GC.
NHRT不能访问堆,因此,与其他类型线程不同,NHRT很少会被GC打断或抢占。 - His car preempted the parking space. There was a scramble for the best seats.
他的车抢先占用停车位。大家都在抢最好的座位。 - The currently running task ( now preempted) is returned to the red-black tree through a call to put_prev_task ( via the scheduling class).
当前运行任务(现在被抢占的任务)通过对putprevtask调用(通过调度类)返回到红黑树。 - Check_preempt_curr: This function checks whether the currently running task can be preempted.
checkpreemptcurr:该函数将检查当前运行的任务是否被抢占。 - Finally, it's possible for your code to be preempted while patching, and during that time, your target function may execute in its incomplete state.
最后,在打补丁时你的代码被抢占也是可能的事,并且在那段时间里,你的目标函数可能用它的不完整状态执行。 - The NHRT needs to wait until the RT is no longer preempted by GC and then release the lock before the NHRT has a chance to execute.
NHRT需要一直等到RT不再被GC抢占并释放锁后才能执行。