Home
last modified time | relevance | path

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

/openbsd-src/regress/usr.bin/nc/
H A Dutil.h24 void task_enqueue(struct task *, int, const char *);
H A Dclient-tcp.c62 task_enqueue(&todo[tlen], ch, optarg); in main()
H A Dserver-tcp.c63 task_enqueue(&todo[tlen], ch, optarg); in main()
H A Dutil.c33 task_enqueue(struct task *todo, int ch, const char *msg) in task_enqueue() function