zephyr/samples
Declan Snyder fb0ca1653f samples: net: sockets: http_server: Dont block system workq
Since the netstats handler calls on functions which reach deep into the
networking stack, there is a lot of points actually at which it can be
blocked, even forever. So having this handler on the system workqueue is
not a good idea and can even cause a deadlock in some cases if it's
blocked waiting on a synchronization primitive that would be given by a
work item scheduled later in the queue. Therefore, make a workqueue
specifically for this http server socket instead of using the system
one.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2025-07-25 08:07:14 -04:00
..
application_development boards: nordic: nrf54h20dk: refactor RAM memory map 2025-07-24 16:57:45 +01:00
arch
basic drivers: pwm: Add support for Apollo510 pwm 2025-07-19 15:31:08 -04:00
bluetooth samples: bluetooth: mtu_update: peripheral: Restart Advertisement 2025-07-19 13:49:46 -04:00
boards boards: nordic: nrf54h20dk: refactor RAM memory map 2025-07-24 16:57:45 +01:00
cpp
data_structures include: zephyr: sys: simplify MIN_HEAP_FOREACH macro 2025-06-26 11:58:05 -04:00
drivers boards: nrf54h20dk: Merge iron variants into the base variants 2025-07-24 16:57:45 +01:00
hello_world
kernel
modules samples: display: update rtk7eka6m3b00001bu shield related samples 2025-07-22 19:38:02 -04:00
net samples: net: sockets: http_server: Dont block system workq 2025-07-25 08:07:14 -04:00
philosophers
posix samples/posix/philosophers: Remove filter on NATIVE_APPLICATION 2025-07-19 09:38:15 +02:00
psa secure_storage: increase stack sizes of tests 2025-07-21 07:23:49 -04:00
sensor samples: sensor/mcux_acmp: Support ACMP case on mimxrt700_evk 2025-07-24 16:56:55 +01:00
shields samples: shields: x_nucleo_iks02a1: run clang-format 2025-07-08 13:39:47 -05:00
subsys samples: usb: uac2: implicit: Stop processing micophone data 2025-07-24 17:01:38 +01:00
synchronization
sysbuild boards: nrf54h20dk: Merge iron variants into the base variants 2025-07-24 16:57:45 +01:00
tfm_integration samples: tfm: tfm_psa_test: Add temporary isolation workaround 2025-07-11 09:41:26 -05:00
userspace
index.rst
sample_definition_and_criteria.rst