preempted
英 [pri(ː)ˈɛmptɪd]
美 [priˈɛmptɪd]
网络 抢占; 先占; 抢占了; 先发制人; 取代
双语例句
- A special news program preempted the scheduled shows.
特别的新节目取代预定计划的表演。 - Although the problem has not been solved to make Linux kernel preempted, the works of migration, the research and the exploration are worthwhile for correlative works.
本文虽然在嵌入式Linux的移植过程中没有成功的解决Linux内核不可被抢占的问题,但移植工作本身以及整个研究、探索的内容和提出的思路对相关的研究工作具有一定的价值。 - 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线程在两个处理器上执行而且永远不会阻塞。 - 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)项。 - This means that other processing must be preempted to allow the ABS task to execute at the desired periods.
这意味着必须抢占其他处理,以便ABS任务能按照期望的周期执行。 - The TRAP system calling mechanism can ensure the system call could be preempted. The interface of kernel will meet the functional requirements of separation kernel and provide a foundation for the development of upper layer.
TRAP系统调用机制保证了系统调用的可抢占;内核接口满足了分区内核的功能需求,基本上能够为上层的开发提供基础。 - The young man elbowed the old lady aside and jumped onto the bus to occupy the vacant seat. His car preempted the parking space.
那小伙子将老太太推到一边,窜上车抢占了那个空位。他的车抢先占用停车位。 - 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.
最后,在打补丁时你的代码被抢占也是可能的事,并且在那段时间里,你的目标函数可能用它的不完整状态执行。