mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
committed by
Xiang Xiao
parent
06215be327
commit
a8cbcd084f
+3
-3
@@ -1509,9 +1509,9 @@ config SIG_SIGWORK
|
||||
default 17
|
||||
depends on SCHED_WORKQUEUE || LIB_USRWORK
|
||||
---help---
|
||||
SIGWORK is a non-standard signal used to wake up the internal NuttX
|
||||
worker thread. This setting specifies the signal number that will be
|
||||
used for SIGWORK. Default: 17
|
||||
SIGWORK is a non-standard signal used to wake up various internal
|
||||
NuttX worker threads. This setting specifies the signal number
|
||||
that will be used for SIGWORK. Default: 17
|
||||
|
||||
endmenu # Signal Numbers
|
||||
endmenu # Signal Configuration
|
||||
|
||||
Reference in New Issue
Block a user