zephyr/tests/kernel/obj_tracing/src
Andrew Boie c4fbc08347 kernel: fixup thread monitor locking
The lock in kernel/thread.c was pulling double-duty, protecting
both the thread monitor linked list and also serializing access
to k_thread_suspend/resume functions.

The monitor list now has its own dedicated lock.

The object tracing test has been updated to use k_thread_foreach().

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-03-10 16:09:24 -04:00
..
main.c kernel: fixup thread monitor locking 2020-03-10 16:09:24 -04:00
trace_obj.c tests: obj tracing: fix counting 2019-12-10 10:40:16 -05:00