Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_slist_insert
Function
rt_slist_insert
include/rtservice.h:209–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
rt_inline void rt_slist_insert(rt_slist_t *l, rt_slist_t *n)
210
{
211
n->next = l->next;
212
l->next = n;
213
}
214
215
rt_inline unsigned int rt_slist_len(const rt_slist_t *l)
216
{
Callers
8
rt_rbb_init
Function · 0.85
rt_rbb_blk_alloc
Function · 0.85
rt_rbb_blk_free
Function · 0.85
alloc_socket_by_device
Function · 0.85
_alloc_memreg
Function · 0.85
get_clk_gate_from_id
Function · 0.85
get_pd_from_id
Function · 0.85
rt_interrupt_context_push
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected