Searched refs:task_enqueue (Results 1 – 4 of 4) sorted by relevance
24 void task_enqueue(struct task *, int, const char *);
62 task_enqueue(&todo[tlen], ch, optarg); in main()
63 task_enqueue(&todo[tlen], ch, optarg); in main()
33 task_enqueue(struct task *todo, int ch, const char *msg) in task_enqueue() function