词语屋>英语词典>preempted翻译和用法

preempted

英 [pri(ː)ˈɛmptɪd]

美 [priˈɛmptɪd]

网络  抢占; 先占; 抢占了; 先发制人; 取代

双语例句

  • 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调用(通过调度类)返回到红黑树。
  • State and local laws that contradict federal laws or treaties are thus preempted and can be declared unconstitutional by a federal court.
    已经存在的与联邦法律和条约冲突的州或当地的法律可以被联邦法庭宣称违反宪法的。
  • A kernel task can be preempted, so that some important user application can continue to run.
    一个内核任务可以被抢占,为的是让重要的用户应用程序可以继续运行。
  • An NHRT has the same scheduling characteristics as RT threads as we've described them, except that an NHRT isn't preempted by GC and an NHRT can't read or write to the Java heap.
    NHRT具有与我们所描述的RT线程相同的调度特征,只是NHRT不会被GC抢占并且NHRT无法读或写Java堆。
  • NHRTs cannot access the heap and so, unlike other types of threads, NHRTs are mostly not interrupted or preempted by GC.
    NHRT不能访问堆,因此,与其他类型线程不同,NHRT很少会被GC打断或抢占。
  • Latency is lower and more deterministic because handlers become user-configurable, schedulable entities that can be preempted and prioritized just like any other process.
    由于处理程序变为用户可配置的、可调度的实体,可以像其他任何进程一样被抢占和优先化,因此延迟变得更短并且更具确定性。
  • 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系统调用机制保证了系统调用的可抢占;内核接口满足了分区内核的功能需求,基本上能够为上层的开发提供基础。
  • His car preempted the parking space.
    他的车抢先占用停车位。
  • 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线程在两个处理器上执行而且永远不会阻塞。
  • 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内核不可被抢占的问题,但移植工作本身以及整个研究、探索的内容和提出的思路对相关的研究工作具有一定的价值。