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

Function rt_delayed_work_init

components/legacy/ipc/workqueue_legacy.c:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "workqueue_legacy.h"
12
13void rt_delayed_work_init(struct rt_delayed_work *work,
14 void (*work_func)(struct rt_work *work,
15 void *work_data), void *work_data)
16{
17 rt_work_init(&work->work, work_func, work_data);
18}

Callers

nothing calls this directly

Calls 1

rt_work_initFunction · 0.85

Tested by

no test coverage detected