|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
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. |