Lines Matching defs:args
317 static void thread_delay_close(struct thread_args *args) { in thread_delay_close()
324 static void thread_poll(void *args) { in thread_poll()
334 static void thread_read(void *args) { in thread_read()
341 static void thread_pollin(void *args) { in thread_pollin()
358 static void thread_accept(struct thread_args *args) { in thread_accept()
365 static void thread_connect(struct thread_args *args) { in thread_connect()
372 static void thread_delay_close_write(struct thread_args *args) { in thread_delay_close_write()
381 static void thread_accept_write(struct thread_args *args) { in thread_accept_write()
390 static void thread_delay_connect(struct thread_args *args) { in thread_delay_connect()
421 struct thread_args args = {-1, type, 1}; in do_accept_and_close() local
446 struct thread_args args = {-1, type, 0}; in do_accept_shutdown() local
474 struct thread_args args = {-1, type, 0}; in do_connect_shutdown() local
499 struct thread_args args = {-1, type, 1}; in do_accept_close_write() local