Lines Matching defs:args
331 static void thread_delay_close(struct thread_args *args) { in thread_delay_close()
338 static void thread_poll(void *args) { in thread_poll()
348 static void thread_read(void *args) { in thread_read()
355 static void thread_pollin(void *args) { in thread_pollin()
372 static void thread_accept(struct thread_args *args) { in thread_accept()
379 static void thread_connect(struct thread_args *args) { in thread_connect()
386 static void thread_delay_close_write(struct thread_args *args) { in thread_delay_close_write()
395 static void thread_accept_write(struct thread_args *args) { in thread_accept_write()
404 static void thread_delay_connect(struct thread_args *args) { in thread_delay_connect()
435 struct thread_args args = {-1, type, 1}; in do_accept_and_close() local
460 struct thread_args args = {-1, type, 0}; in do_accept_shutdown() local
488 struct thread_args args = {-1, type, 0}; in do_connect_shutdown() local
513 struct thread_args args = {-1, type, 0}; in do_connectnb_shutdown() local
543 struct thread_args args = {-1, type, 0}; in do_connectnb_close() local
571 struct thread_args args = {-1, type, 1}; in do_accept_close_write() local