zephyr/subsys/net/l2/openthread
Paul Sokolovsky cdeddee7c6 net: Set names for threads used by the network subsys/libs
Previously, these either used generic names like "workqueue" (so,
it wasn't possible to distiguish tx and rx workqueues) or didn't
set for net management thread. Here's an example of thread dump
in a typical system (using stack_analyze() call):

rx_workq (real size 4092):	unused 3696	usage 396 / 4092 (9 %)
tx_workq (real size 4092):	unused 3692	usage 400 / 4092 (9 %)
net_mgmt (real size 4092):	unused 3772	usage 320 / 4092 (7 %)
sysworkq (real size 4092):	unused 3512	usage 580 / 4092 (14 %)
idle (real size 252):	unused 64	usage 188 / 252 (74 %)
main (real size 4732):	unused 3672	usage 1060 / 4732 (22 %)

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-10-19 07:58:45 -04:00
..
CMakeLists.txt
Kconfig net: openthread: Convert to use new shell 2018-10-15 11:14:02 +03:00
openthread.c net: Set names for threads used by the network subsys/libs 2018-10-19 07:58:45 -04:00
openthread_utils.c net: Use log_strdup() when printing debug strings 2018-10-04 14:13:57 +03:00
openthread_utils.h