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

Function rt_slist_init

include/rtservice.h:192–195  ·  view source on GitHub ↗

* @brief initialize a single list * * @param l the single list to be initialized */

Source from the content-addressed store, hash-verified

190 * @param l the single list to be initialized
191 */
192rt_inline void rt_slist_init(rt_slist_t *l)
193{
194 l->next = RT_NULL;
195}
196
197rt_inline void rt_slist_append(rt_slist_t *l, rt_slist_t *n)
198{

Callers 15

rt_system_pm_initFunction · 0.85
rt_rbb_initFunction · 0.85
rt_link_frame_initFunction · 0.85
rt_link_initFunction · 0.85
rt_link_dev_initFunction · 0.85
ulog_initFunction · 0.85
epoll_member_initFunction · 0.85
epoll_epf_initFunction · 0.85
epoll_ctl_addFunction · 0.85
signalfd_add_notifyFunction · 0.85
at_client_initFunction · 0.85
alloc_socket_by_deviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected