signal: Fix docs and comments related to SIGWORK and its config
Documentation/reference/os/wqueue.rst: * CONFIG_SIG_SIGWORK: Fix sentence that was cut off in the middle. include/signal.h: * SIGWORK: Fix grammar in comment. sched/Kconfig: * config SIG_SIGWORK: Fix ---help--- text to indicate that this user-configured signal number may be used by various internal worker threads.
This commit is contained in:
parent
06215be327
commit
a8cbcd084f
@ -72,7 +72,8 @@ to match the highest priority client.
|
|||||||
queues:
|
queues:
|
||||||
|
|
||||||
- ``CONFIG_SIG_SIGWORK`` The signal number that will be used to
|
- ``CONFIG_SIG_SIGWORK`` The signal number that will be used to
|
||||||
wake-up the worker thread. This same signal is used with the
|
wake-up the worker thread. This same signal is used with various
|
||||||
|
internal worker threads.
|
||||||
Default: 17
|
Default: 17
|
||||||
|
|
||||||
Low Priority Kernel Work Queue
|
Low Priority Kernel Work Queue
|
||||||
|
@ -224,7 +224,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SIGWORK is used to wake up various internal, NuttX worker thread */
|
/* SIGWORK is used to wake up various internal NuttX worker threads */
|
||||||
|
|
||||||
#if defined(CONFIG_SCHED_WORKQUEUE) || defined(CONFIG_PAGING)
|
#if defined(CONFIG_SCHED_WORKQUEUE) || defined(CONFIG_PAGING)
|
||||||
# ifndef CONFIG_SIG_SIGWORK
|
# ifndef CONFIG_SIG_SIGWORK
|
||||||
|
@ -1509,9 +1509,9 @@ config SIG_SIGWORK
|
|||||||
default 17
|
default 17
|
||||||
depends on SCHED_WORKQUEUE || LIB_USRWORK
|
depends on SCHED_WORKQUEUE || LIB_USRWORK
|
||||||
---help---
|
---help---
|
||||||
SIGWORK is a non-standard signal used to wake up the internal NuttX
|
SIGWORK is a non-standard signal used to wake up various internal
|
||||||
worker thread. This setting specifies the signal number that will be
|
NuttX worker threads. This setting specifies the signal number
|
||||||
used for SIGWORK. Default: 17
|
that will be used for SIGWORK. Default: 17
|
||||||
|
|
||||||
endmenu # Signal Numbers
|
endmenu # Signal Numbers
|
||||||
endmenu # Signal Configuration
|
endmenu # Signal Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user