Provide the primitive to safely iterate on a list Note: __sn can be removed, it will not break the loop. User _MUST_ add the loop statement curly braces enclosing its own code: SYS_SLIST_FOR_EACH_NODE_SAFE(l, n, s) { } This and other SYS_SLIST_*() macros are not thread safe.