记作业>英语词典>preempted翻译和用法

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)项。
  • Latency is lower and more deterministic because handlers become user-configurable, schedulable entities that can be preempted and prioritized just like any other process.
    由于处理程序变为用户可配置的、可调度的实体,可以像其他任何进程一样被抢占和优先化,因此延迟变得更短并且更具确定性。
  • Exercising his prerogative as host, Hsin-mei preempted the right to bestow his attentions on her in front of Hung-chien.
    辛楣利用主人职权,当鸿渐的面向她专利地献殷勤。
  • Page could have preempted the hard-edged conversation with his analysts recently by proving that Google is ready to fully participate in the opportunity presented by the social web.
    佩奇原本有机会先发制人,利用近期的分析证明,谷歌已经做好准备,将利用社交网络提供的机遇大干一场。
  • A kernel task can be preempted, so that some important user application can continue to run.
    一个内核任务可以被抢占,为的是让重要的用户应用程序可以继续运行。
  • The Linux kernel can be preempted and is subject to priority inversion.
    Linux内核可能被抢占并且常常出现优先级反转。
  • Check_preempt_curr: This function checks whether the currently running task can be preempted.
    checkpreemptcurr:该函数将检查当前运行的任务是否被抢占。
  • 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调用(通过调度类)返回到红黑树。
  • NHRTs cannot access the heap and so, unlike other types of threads, NHRTs are mostly not interrupted or preempted by GC.
    NHRT不能访问堆,因此,与其他类型线程不同,NHRT很少会被GC打断或抢占。
  • After the primordial thread is preempted, it's never allowed to execute, so it never starts the second RT thread.
    原始线程被抢占后,就再也不允许执行,因此再也不会启动第二个RT线程。