Home
last modified time | relevance | path

Searched refs:work0_func (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/osal_aos/example/
A Dworkqueue_example.c61 static void work0_func(void *arg) { printf("--%s--\n", (char *)arg); } in work0_func() function
101 ret = aos_work_init(&work0, work0_func, "WORK 0", 0); in aos_workqueue_example()

Completed in 4 milliseconds