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

preempted

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

美 [priˈɛmptɪd]

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

双语例句

  • After the primordial thread is preempted, it's never allowed to execute, so it never starts the second RT thread.
    原始线程被抢占后,就再也不允许执行,因此再也不会启动第二个RT线程。
  • 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中,几乎每个内核行为都是抢占式的,因此需要减少低优先级线程被抢占的时间,并允许高优先级线程运行。
  • 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)项。
  • The young man elbowed the old lady aside and jumped onto the bus to occupy the vacant seat. His car preempted the parking space.
    那小伙子将老太太推到一边,窜上车抢占了那个空位。他的车抢先占用停车位。
  • A special news program preempted the scheduled shows.
    特别的新节目取代预定计划的表演。
  • His car preempted the parking space.
    他的车抢先占用停车位。
  • 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.
    佩奇原本有机会先发制人,利用近期的分析证明,谷歌已经做好准备,将利用社交网络提供的机遇大干一场。
  • 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.
    最后,在打补丁时你的代码被抢占也是可能的事,并且在那段时间里,你的目标函数可能用它的不完整状态执行。
  • This means that application code that is executing will never be preempted by an instance of this timer class ( assuming you don't call Application. DoEvents).
    这意味着正在执行的代码从来不会被这个定时器类的实例所抢占(假设你不调用Application.DoEvents)。
  • 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堆。