zephyr/subsys/tracing/test
Peter Mitsis ae394bff7c kernel: add support for event objects
Threads may wait on an event object such that any events posted to
that event object may wake a waiting thread if the posting satisfies
the waiting threads' event conditions.

The configuration option CONFIG_EVENTS is used to control the inclusion
of events in a system as their use increases the size of
'struct k_thread'.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2021-10-16 06:27:10 -04:00
..
CMakeLists.txt tracing: systemview: rework IDs and make them match APIs 2021-05-11 12:59:03 -05:00
tracing_string_format_test.c tests: subsys: fixed the samples/tracing code can not generate coverage 2021-09-08 10:28:10 -04:00
tracing_test.h kernel: add support for event objects 2021-10-16 06:27:10 -04:00