preempted
英 [pri(ː)ˈɛmptɪd]
美 [priˈɛmptɪd]
网络 抢占; 先占; 抢占了; 先发制人; 取代
双语例句
- States and political subdivisions shall be preempted with respect to sections found to be adequate in such proposed list in accordance with subparagraph ( B).
国家和政治区分单位应抢先对部分发现有足够的这种拟议清单依照(b)项。 - In RT Linux, almost every kernel activity is made preemptible, thereby reducing the time required for a lower-priority thread to be preempted and allow a higher-priority one to run.
在RTLinux中,几乎每个内核行为都是抢占式的,因此需要减少低优先级线程被抢占的时间,并允许高优先级线程运行。 - His car preempted the parking space. There was a scramble for the best seats.
他的车抢先占用停车位。大家都在抢最好的座位。 - 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打断或抢占。 - Preempted the glory for herself;
为她自己抢占荣誉; - 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优先级的线程抢占。 - But after creating the second thread, the primordial thread is preempted and is never allowed to tell the threads to terminate because the two RT threads execute on the two processors and never block.
但是创建第二个线程后,原始线程被抢占并且再也不允许告知线程结束,因为两个RT线程在两个处理器上执行而且永远不会阻塞。 - A kernel task can be preempted, so that some important user application can continue to run.
一个内核任务可以被抢占,为的是让重要的用户应用程序可以继续运行。 - After the primordial thread is preempted, it's never allowed to execute, so it never starts the second RT thread.
原始线程被抢占后,就再也不允许执行,因此再也不会启动第二个RT线程。