Lines Matching full:priority
101 RT-mutexes are mutexes with support for priority inheritance (PI).
127 providing priority inheritance for semaphores. After all, an unknown
129 result in priority inversion.
150 Because an rw_semaphore writer cannot grant its priority to multiple
151 readers, a preempted low-priority reader will continue holding its lock,
152 thus starving even high-priority writers. In contrast, because readers
153 can grant their priority to a writer, a preempted low-priority writer will
154 have its priority boosted until it releases the lock, thus preventing that
316 - Because an rwlock_t writer cannot grant its priority to multiple
317 readers, a preempted low-priority reader will continue holding its lock,
318 thus starving even high-priority writers. In contrast, because readers
319 can grant their priority to a writer, a preempted low-priority writer
320 will have its priority boosted until it releases the lock, thus