mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 13:08:26 +00:00
signal: Allow SIG_EVTHREAD selectable in protected mode
since we can delivery signal through libs/libc/wqueue Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
3bd2a5b11a
commit
df1ffd9680
1 changed files with 2 additions and 1 deletions
|
|
@ -1356,7 +1356,8 @@ config SIG_PREALLOC_IRQ_ACTIONS
|
|||
config SIG_EVTHREAD
|
||||
bool "Support SIGEV_THHREAD"
|
||||
default n
|
||||
depends on BUILD_FLAT && SCHED_WORKQUEUE
|
||||
depends on !BUILD_KERNEL && SCHED_WORKQUEUE
|
||||
select LIB_USRWORK if BUILD_PROTECTED
|
||||
---help---
|
||||
Built in support for the SIGEV_THREAD signal deliver method.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue