Source
112
112
113
113
Note that under this approach, contrary to previous PI-futex approaches,
114
114
there is no prior 'registration' of a PI-futex. [which is not quite
115
115
possible anyway, due to existing ABI properties of pthread mutexes.]
116
116
117
117
Also, under this scheme, 'robustness' and 'PI' are two orthogonal
118
118
properties of futexes, and all four combinations are possible: futex,
119
119
robust-futex, PI-futex, robust+PI-futex.
120
120
121
121
More details about priority inheritance can be found in
122
-
Documentation/rt-mutex.txt.
122
+
Documentation/locking/rt-mutex.txt.