From 6771359fa1488598ccba3fd3c440b95f64965340 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 27 Oct 2016 06:42:06 +0200 Subject: score: Second part of new MrsP implementation Update #2556. --- cpukit/score/include/rtems/score/threadimpl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h index 26a9d282ac..00402b642b 100644 --- a/cpukit/score/include/rtems/score/threadimpl.h +++ b/cpukit/score/include/rtems/score/threadimpl.h @@ -577,6 +577,13 @@ void _Thread_Priority_replace( */ void _Thread_Priority_update( Thread_queue_Context *queue_context ); +#if defined(RTEMS_SMP) +void _Thread_Priority_and_sticky_update( + Thread_Control *the_thread, + int sticky_level_change +); +#endif + /** * @brief Returns true if the left thread priority is less than the right * thread priority in the intuitive sense of priority and false otherwise. -- cgit v1.2.3