pub unsafe extern "C" fn sys_dlist_has_multiple_nodes(
list: *mut _dnode,
) -> bool
Expand description
@brief check if more than one node present
This and other sys_dlist_*() functions are not thread safe.
@param list the doubly-linked list to operate on
@return true if multiple nodes, false otherwise