Re: [PATCH] score: Document thread queue operations

2021-09-02 Thread Chris Johns
On 2/9/21 5:09 pm, Sebastian Huber wrote: > Hello Chris, > > thanks for the review, I will send a v2 of the patch. > > On 02/09/2021 08:38, Chris Johns wrote: >>> */ >>>     Thread_queue_Enqueue_operation enqueue; >>>       /** >>> -   * @brief Thread queue extract operation. >>> +   *

Re: [PATCH] score: Document thread queue operations

2021-09-02 Thread Sebastian Huber
Hello Chris, thanks for the review, I will send a v2 of the patch. On 02/09/2021 08:38, Chris Johns wrote: */ Thread_queue_Enqueue_operation enqueue; /** - * @brief Thread queue extract operation. + * @brief This operation is used to extract the thread from the thread

Re: [PATCH] score: Document thread queue operations

2021-09-02 Thread Chris Johns
On 2/9/21 3:50 pm, Sebastian Huber wrote: > --- > cpukit/include/rtems/score/threadq.h | 44 ++-- > cpukit/include/rtems/score/threadqimpl.h | 17 + > 2 files changed, 51 insertions(+), 10 deletions(-) > > diff --git a/cpukit/include/rtems/score/threadq.h >

[PATCH] score: Document thread queue operations

2021-09-01 Thread Sebastian Huber
--- cpukit/include/rtems/score/threadq.h | 44 ++-- cpukit/include/rtems/score/threadqimpl.h | 17 + 2 files changed, 51 insertions(+), 10 deletions(-) diff --git a/cpukit/include/rtems/score/threadq.h b/cpukit/include/rtems/score/threadq.h index