summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadq.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-19 14:17:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-24 09:37:28 +0200
commit1666ffe535b5e2ca801dafa13437fc2bd041cd3a (patch)
tree3eb0d9752c3bce5e7b40559a41fc635e8a8a876b /cpukit/score/include/rtems/score/threadq.h
parentscore: Add _Thread_Continue() (diff)
downloadrtems-1666ffe535b5e2ca801dafa13437fc2bd041cd3a.tar.bz2
score: Rename function threadq support function
Rename _Thread_queue_Context_set_do_nothing_enqueue_callout() into _Thread_queue_Context_set_enqueue_do_nothing_extra(). More _Thread_queue_Context_set_enqueue_*() functions will follow. Update #3117. Update #3182.
Diffstat (limited to 'cpukit/score/include/rtems/score/threadq.h')
-rw-r--r--cpukit/score/include/rtems/score/threadq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/threadq.h b/cpukit/score/include/rtems/score/threadq.h
index f6257ec207..c4742ba05c 100644
--- a/cpukit/score/include/rtems/score/threadq.h
+++ b/cpukit/score/include/rtems/score/threadq.h
@@ -204,7 +204,7 @@ struct Thread_queue_Context {
* The callout is invoked after the release of the thread queue lock with
* thread dispatching disabled. Afterwards the thread is blocked.
*
- * @see _Thread_queue_Enqueue_do_nothing().
+ * @see _Thread_queue_Enqueue_do_nothing_extra().
*/
Thread_queue_Enqueue_callout enqueue_callout;