On 2013-08-23 16:38, Gedare Bloom wrote:
>diff --git a/cpukit/score/include/rtems/score/threadqimpl.h 
b/cpukit/score/include/rtems/score/threadqimpl.h
>index c72982d..0762f0d 100644
>--- a/cpukit/score/include/rtems/score/threadqimpl.h
>+++ b/cpukit/score/include/rtems/score/threadqimpl.h
>@@ -135,8 +135,11 @@ void _Thread_queue_Requeue(
>   *
>   *  @param[in] the_thread_queue is the pointer to the ThreadQ header
>   *  @param[in] the_thread is the pointer to a thread control block that is 
to be removed
>+ *
>+ *  @retval true The extract operation was performed by the caller.
>+ *  @retval false Otherwise.
I'm confused by the use of "caller" here. Does it refer to the
_Thread_queue_Extract function?

Is "The extract operation was performed by the executing context." better?

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to