字典APP>英语词典>preempted翻译和用法

preempted

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

美 [priˈɛmptɪd]

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

双语例句

  • NHRTs cannot access the heap and so, unlike other types of threads, NHRTs are mostly not interrupted or preempted by GC.
    NHRT不能访问堆,因此,与其他类型线程不同,NHRT很少会被GC打断或抢占。
  • Remaining critical sections that cannot be preempted are short and perform deterministically.
    剩下的不能被抢占的临界部分非常短,并且可以确定地执行。
  • 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中,几乎每个内核行为都是抢占式的,因此需要减少低优先级线程被抢占的时间,并允许高优先级线程运行。
  • State and local laws that contradict federal laws or treaties are thus preempted and can be declared unconstitutional by a federal court.
    已经存在的与联邦法律和条约冲突的州或当地的法律可以被联邦法庭宣称违反宪法的。
  • 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)项。
  • 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线程在两个处理器上执行而且永远不会阻塞。
  • This means that other processing must be preempted to allow the ABS task to execute at the desired periods.
    这意味着必须抢占其他处理,以便ABS任务能按照期望的周期执行。
  • 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系统调用机制保证了系统调用的可抢占;内核接口满足了分区内核的功能需求,基本上能够为上层的开发提供基础。
  • 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)。
  • 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优先级的线程抢占。