summaryrefslogtreecommitdiffstats
path: root/summary_priority_inheritance_protocols_-_and_approach_to_real-time_sync_oliver.txt
blob: d0d88076e31d35f2221021fd25d751a5e128b501 (plain)
1
2
3
4
5
6
7
8
9
2 protocols belonging to 'priority inheritnace protocols', basic priority
inheritance protocol and priority ceiling protocol.

it is shown that both the protocols solve uncontrolled priority inversion
problem, synchronization primitives (semaphores, monitors) lead to
uncontrollered priority inversion (higher priority job is blocked by a lower
one for indefinite period of time).