summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-23 13:09:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-23 13:09:56 +0200
commit9cac9c51053e0cf30f10636bf785c2322705a44a (patch)
treeefe392d189a598f882c663ffbfedbd7b92e2755a /cpukit/score/include
parentscore: _CORE_mutex_Seize_interrupt_blocking() (diff)
downloadrtems-9cac9c51053e0cf30f10636bf785c2322705a44a.tar.bz2
score: Delete _Thread_queue_Dequeue_priority()
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/threadqimpl.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/score/include/rtems/score/threadqimpl.h
index c1bd902f33..f5c59d3d52 100644
--- a/cpukit/score/include/rtems/score/threadqimpl.h
+++ b/cpukit/score/include/rtems/score/threadqimpl.h
@@ -181,25 +181,6 @@ void _Thread_queue_Initialize(
);
/**
- * @brief Removes a thread from the specified PRIORITY based
- * threadq, unblocks it, and cancels its timeout timer.
- *
- * This routine removes a thread from the specified PRIORITY based
- * threadq, unblocks it, and cancels its timeout timer.
- *
- * - INTERRUPT LATENCY:
- * + single case
- *
- * @param[in] the_thread_queue is a pointer to a thread queue
- *
- * @retval thread dequeued
- * @retval NULL if no thread are waiting on the_thread_queue
- */
-Thread_Control *_Thread_queue_Dequeue_priority(
- Thread_queue_Control *the_thread_queue
-);
-
-/**
* @brief Thread queue timeout.
*
* This routine is invoked when a task's request has not