Lines Matching full:thus
126 semaphores have no concept of owners, thus preventing PREEMPT_RT from
137 On non-PREEMPT_RT kernels the implementation is fair, thus preventing
148 implementation, thus changing the fairness:
152 thus starving even high-priority writers. In contrast, because readers
154 have its priority boosted until it releases the lock, thus preventing that
192 PREEMPT_RT kernels map local_lock to a per-CPU spinlock_t, thus changing
222 critical section is tiny, thus avoiding RT-mutex overhead.
306 thus preventing writer starvation.
312 implementation, thus changing semantics:
318 thus starving even high-priority writers. In contrast, because readers
320 will have its priority boosted until it releases the lock, thus
479 allocating memory. Thus, on a non-PREEMPT_RT kernel the following code