| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Object tracking. More...
Macros | |
| #define | SYS_PORT_TRACK_NEXT(list) ((list)->_obj_track_next) | 
| Gets node's next element in a object tracking list.  More... | |
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 | ) | ((list)->_obj_track_next) | 
#include <include/zephyr/tracing/tracking.h>
Gets node's next element in a object tracking list.
| list | Node to get next element from. |