[rtems commit] score: Delete _Thread_Set_transient()
Sebastian Huber
sebh at rtems.org
Fri Jun 13 07:21:49 UTC 2014
Module: rtems
Branch: master
Commit: 2ba2743f066742fe05b49707c86897b7ad9b247d
Changeset: http://git.rtems.org/rtems/commit/?id=2ba2743f066742fe05b49707c86897b7ad9b247d
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Jun 12 14:50:33 2014 +0200
score: Delete _Thread_Set_transient()
---
cpukit/score/include/rtems/score/threadimpl.h | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index e90346c..829e445 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -268,22 +268,6 @@ void _Thread_Set_state(
);
/**
- * @brief Sets the transient state for a thread.
- *
- * This routine sets the Transient state for @a the_thread. It performs
- * any necessary scheduling operations including the selection of
- * a new heir thread.
- *
- * @param[in] the_thread is the thread to preform the action upon.
- *
- * - INTERRUPT LATENCY:
- * + single case
- */
-void _Thread_Set_transient(
- Thread_Control *the_thread
-);
-
-/**
* @brief Initializes enviroment for a thread.
*
* This routine initializes the context of @a the_thread to its
More information about the vc
mailing list