优先级倒置 meaning in English
pirority inversion
Examples
- Deadline monotonic algorithm is studied from several perspectives including the development history of the theory , the scheduability test algorithm , priority inversion solutions , aperiodic task handling etc . and 2 important conclusions of the theory : static optimal property and the sufficient and necessary feasibility test , are discussed in proof form
从理论发展历史、可调度性测试方法、优先级倒置的处理、非周期任务的处理等几个方面对截止时间单调算法进行了研究。并对算法的两个重要结论:静态最优性和可调度性测试方法分别进行了证明和推导。 - While they are more complicated to implement , they have a number of advantages over lock - based alternatives - hazards like priority inversion and deadlock are avoided , contention is less expensive , and coordination occurs at a finer level of granularity , enabling a higher degree of parallelism
虽然它们的实现比较复杂,但相对于基于锁定的备选算法,它们有许多优点:可以避免优先级倒置和死锁等危险,竞争比较便宜,协调发生在更细的粒度级别,允许更高程度的并行机制等等。