Re: [PATCH v2] score: Document thread queue operations

2021-09-02 Thread Chris Johns
Looks good. Thanks. Chris On 2/9/21 5:13 pm, Sebastian Huber wrote: > --- > cpukit/include/rtems/score/threadq.h | 48 +++- > cpukit/include/rtems/score/threadqimpl.h | 21 +++ > cpukit/score/src/threadqops.c| 4 +- > 3 files changed, 62 insertions(+)

[PATCH v2] score: Document thread queue operations

2021-09-02 Thread Sebastian Huber
--- cpukit/include/rtems/score/threadq.h | 48 +++- cpukit/include/rtems/score/threadqimpl.h | 21 +++ cpukit/score/src/threadqops.c| 4 +- 3 files changed, 62 insertions(+), 11 deletions(-) diff --git a/cpukit/include/rtems/score/threadq.h b/cpukit/i