Searched refs:task_fun (Results 1 – 2 of 2) sorted by relevance
156 typedef int (*task_fun)(void *); typedef300 extern void run_task(task_fun, void *, cb_fun, void *);
104 run_task(task_fun tf, void *ta, cb_fun cf, void *ca) in run_task()