Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c20cbe46 authored by Jim Cromie's avatar Jim Cromie Committed by Jiri Kosina
Browse files

variable name fix to Documentation/rt-mutex-design.txt



Signed-off-by: default avatarJim Cromie <jim.cromie@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 724df615
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -364,7 +364,7 @@ process this is rather easy to know what needs to be adjusted.


The functions implementing the task adjustments are rt_mutex_adjust_prio,
The functions implementing the task adjustments are rt_mutex_adjust_prio,
__rt_mutex_adjust_prio (same as the former, but expects the task pi_lock
__rt_mutex_adjust_prio (same as the former, but expects the task pi_lock
to already be taken), rt_mutex_get_prio, and rt_mutex_setprio.
to already be taken), rt_mutex_getprio, and rt_mutex_setprio.


rt_mutex_getprio and rt_mutex_setprio are only used in __rt_mutex_adjust_prio.
rt_mutex_getprio and rt_mutex_setprio are only used in __rt_mutex_adjust_prio.