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

preempted

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

美 [priˈɛmptɪd]

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

双语例句

  • Preempted the glory for herself;
    为她自己抢占荣誉;
  • The Prudential bid preempted a plan to list a stake in AIA on the Hong Kong stock exchange.
    保诚的竞价使得AIA准备在香港证券交易所上市的计划胎死腹中。
  • 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.
    佩奇原本有机会先发制人,利用近期的分析证明,谷歌已经做好准备,将利用社交网络提供的机遇大干一场。
  • Remaining critical sections that cannot be preempted are short and perform deterministically.
    剩下的不能被抢占的临界部分非常短,并且可以确定地执行。
  • A special news program preempted the scheduled shows.
    特别的新节目取代预定计划的表演。
  • 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内核不可被抢占的问题,但移植工作本身以及整个研究、探索的内容和提出的思路对相关的研究工作具有一定的价值。
  • 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系统调用机制保证了系统调用的可抢占;内核接口满足了分区内核的功能需求,基本上能够为上层的开发提供基础。
  • 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调用(通过调度类)返回到红黑树。
  • 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优先级的线程抢占。
  • After the primordial thread is preempted, it's never allowed to execute, so it never starts the second RT thread.
    原始线程被抢占后,就再也不允许执行,因此再也不会启动第二个RT线程。