Skip to content

Commit

Permalink
Enable DEV_PIPE_NPOLLWAITERS default value 4 for adapte APP
Browse files Browse the repository at this point in the history
Such as DBus, it maybe more than 1 thread to poll one dev, if that will make poll fail

Signed-off-by: huangcaihua <[email protected]>
  • Loading branch information
huangcaihua-xm authored and anchao committed Nov 5, 2024
1 parent faee89b commit 56f292f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/pipes/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ config DEV_PIPE_VFS_PATH
---help---
The path to where pipe device will exist in the VFS namespace.

config DEV_PIPE_NPOLLWAITERS
int "number of threads for waiting POLL events"
default 4
---help---
Maximum number of threads that can be waiting for POLL events

endif # PIPES

0 comments on commit 56f292f

Please sign in to comment.