MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_slist_isempty

Function rt_slist_isempty

include/rtservice.h:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276rt_inline int rt_slist_isempty(rt_slist_t *l)
277{
278 return l->next == RT_NULL;
279}
280
281/**
282 * @brief get the struct for this single list node

Callers 13

find_empty_blk_in_setFunction · 0.85
rt_rbb_blk_allocFunction · 0.85
rt_rbb_blk_getFunction · 0.85
rt_rbb_blk_queue_getFunction · 0.85
ulog_filterFunction · 0.85
epoll_pollFunction · 0.85
at_client_get_firstFunction · 0.85
at_recvpkt_all_deleteFunction · 0.85
at_recvpkt_node_deleteFunction · 0.85
at_recvpkt_getFunction · 0.85
free_socketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected