[PATCH 1/2] score: PR2140: _Thread_queue_Extract()
Gedare Bloom
gedare at rtems.org
Fri Aug 23 19:04:14 UTC 2013
On Fri, Aug 23, 2013 at 2:23 PM, Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
> 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?
>
Yes.
>
> --
> 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.huber at embedded-brains.de
> PGP : Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
>
More information about the devel
mailing list