MCPcopy Create free account
hub / github.com/apache/nuttx / sim_x11update_work

Function sim_x11update_work

arch/sim/src/sim/sim_initialize.c:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114#ifdef CONFIG_SIM_X11FB
115static void sim_x11update_work(void *arg)
116{
117 sim_x11loop();
118 work_queue_next_wq(g_work_queue, &g_x11update_work, sim_x11update_work,
119 NULL, SIM_X11UPDATE_PERIOD);
120}
121#endif
122
123/****************************************************************************

Callers

nothing calls this directly

Calls 2

work_queue_next_wqFunction · 0.85
sim_x11loopFunction · 0.70

Tested by

no test coverage detected