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

preempted

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

美 [priˈɛmptɪd]

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

双语例句

  • The council found that their traffic plans had been preempted by a government decision.
    市议会发现他们的交通规划已因政府先行作了决定而无法推行。
  • 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.
    最后,在打补丁时你的代码被抢占也是可能的事,并且在那段时间里,你的目标函数可能用它的不完整状态执行。
  • Check_preempt_curr: This function checks whether the currently running task can be preempted.
    checkpreemptcurr:该函数将检查当前运行的任务是否被抢占。
  • NHRTs cannot access the heap and so, unlike other types of threads, NHRTs are mostly not interrupted or preempted by GC.
    NHRT不能访问堆,因此,与其他类型线程不同,NHRT很少会被GC打断或抢占。
  • The Linux kernel can be preempted and is subject to priority inversion.
    Linux内核可能被抢占并且常常出现优先级反转。
  • The NHRT needs to wait until the RT is no longer preempted by GC and then release the lock before the NHRT has a chance to execute.
    NHRT需要一直等到RT不再被GC抢占并释放锁后才能执行。
  • After the primordial thread is preempted, it's never allowed to execute, so it never starts the second RT thread.
    原始线程被抢占后,就再也不允许执行,因此再也不会启动第二个RT线程。
  • The young man elbowed the old lady aside and jumped onto the bus to occupy the vacant seat. His car preempted the parking space.
    那小伙子将老太太推到一边,窜上车抢占了那个空位。他的车抢先占用停车位。
  • His car preempted the parking space. There was a scramble for the best seats.
    他的车抢先占用停车位。大家都在抢最好的座位。
  • 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优先级的线程抢占。