Zephyr API 3.6.99
|
Object tracking. More...
Macros | |
#define | SYS_PORT_TRACK_NEXT(list) |
Gets node's next element in a object tracking list. | |
Object tracking.
Object tracking provides lists to kernel objects, so their existence and current status can be tracked.
The following global variables are the heads of available lists:
#define SYS_PORT_TRACK_NEXT | ( | list | ) |
#include <zephyr/tracing/tracking.h>
Gets node's next element in a object tracking list.
list | Node to get next element from. |