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

preempted

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

美 [priˈɛmptɪd]

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

双语例句

  • Exercising his prerogative as host, Hsin-mei preempted the right to bestow his attentions on her in front of Hung-chien.
    辛楣利用主人职权,当鸿渐的面向她专利地献殷勤。
  • 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线程在两个处理器上执行而且永远不会阻塞。
  • The Linux kernel can be preempted and is subject to priority inversion.
    Linux内核可能被抢占并且常常出现优先级反转。
  • State and local laws that contradict federal laws or treaties are thus preempted and can be declared unconstitutional by a federal court.
    已经存在的与联邦法律和条约冲突的州或当地的法律可以被联邦法庭宣称违反宪法的。
  • Remaining critical sections that cannot be preempted are short and perform deterministically.
    剩下的不能被抢占的临界部分非常短,并且可以确定地执行。
  • NHRTs cannot access the heap and so, unlike other types of threads, NHRTs are mostly not interrupted or preempted by GC.
    NHRT不能访问堆,因此,与其他类型线程不同,NHRT很少会被GC打断或抢占。
  • 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内核不可被抢占的问题,但移植工作本身以及整个研究、探索的内容和提出的思路对相关的研究工作具有一定的价值。
  • 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)。
  • This means that other processing must be preempted to allow the ABS task to execute at the desired periods.
    这意味着必须抢占其他处理,以便ABS任务能按照期望的周期执行。
  • 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调用(通过调度类)返回到红黑树。