[rtems commit] score: Documentation
Sebastian Huber
sebh at rtems.org
Fri Apr 20 13:28:17 UTC 2012
Module: rtems
Branch: master
Commit: 4012792168fd4c01de00d3b3ab4f4fa0379f08c9
Changeset: http://git.rtems.org/rtems/commit/?id=4012792168fd4c01de00d3b3ab4f4fa0379f08c9
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Apr 20 15:31:00 2012 +0200
score: Documentation
---
cpukit/score/include/rtems/score/thread.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index b43d56a..4fa361a 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -776,6 +776,9 @@ Thread_Control *_Thread_Get (
* satisfied from an ISR while the thread executing was in the
* process of blocking.
*
+ * This method will restore the previous ISR disable level during the cancel
+ * operation. Thus it is an implicit _ISR_Enable().
+ *
* @param[in] sync_state is the synchronization state
* @param[in] the_thread is the thread whose blocking is canceled
* @param[in] level is the previous ISR disable level
More information about the vc
mailing list