summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 08:57:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-03 10:17:39 +0100
commitbbfbfc847e07ab98f47104a70e72033468eaedcc (patch)
treecb7b2c701485a694000d0d53c74904972cf3b25d /cpukit/score/include/rtems/score/threadimpl.h
parentscore: Improve scheduler helping protocol (diff)
downloadrtems-bbfbfc847e07ab98f47104a70e72033468eaedcc.tar.bz2
score: Move _Thread_Scheduler_ask_for_help()
Move _Thread_Scheduler_ask_for_help(), rename it to _Thread_Ask_for_help() and make it static.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index 8ddf74e160..b2263a1dc2 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -1098,8 +1098,6 @@ RTEMS_INLINE_ROUTINE void _Thread_Scheduler_release_critical(
}
#if defined(RTEMS_SMP)
-void _Thread_Scheduler_ask_for_help( Thread_Control *the_thread );
-
void _Thread_Scheduler_process_requests( Thread_Control *the_thread );
#endif