nuttx-apps/examples/thttpd/content/tasks
Nightt afc652243e examples/thttpd: use procfs for tasks CGI
The tasks CGI used nxsched_foreach() to walk scheduler internals and read
fields directly from struct tcb_s. That exposes an application example to
non-standard OS internals.

Read task information from /proc/<pid>/status instead, matching the public
procfs interface used by other task listing tools.

Signed-off-by: Nightt <87569709+nightt5879@users.noreply.github.com>
2026-06-14 08:56:44 -03:00
..
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Makefile examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
tasks.c examples/thttpd: use procfs for tasks CGI 2026-06-14 08:56:44 -03:00