Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
rt_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_set
Function · 0.85
rt_rbb_blk_alloc
Function · 0.85
rt_rbb_blk_get
Function · 0.85
rt_rbb_blk_queue_get
Function · 0.85
rt_rbb_next_blk_queue_len
Function · 0.85
ulog_filter
Function · 0.85
epoll_poll
Function · 0.85
at_client_get_first
Function · 0.85
at_recvpkt_all_delete
Function · 0.85
at_recvpkt_node_delete
Function · 0.85
at_recvpkt_get
Function · 0.85
free_socket
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected