Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds