Lines Matching full:thread_args
51 struct thread_args {
317 static void thread_delay_close(struct thread_args *args) {
358 static void thread_accept(struct thread_args *args) {
365 static void thread_connect(struct thread_args *args) {
372 static void thread_delay_close_write(struct thread_args *args) {
381 static void thread_accept_write(struct thread_args *args) {
390 static void thread_delay_connect(struct thread_args *args) {
421 struct thread_args args = {-1, type, 1};
446 struct thread_args args = {-1, type, 0};
474 struct thread_args args = {-1, type, 0};
499 struct thread_args args = {-1, type, 1};
613 struct thread_args a1 = {-1, type, 0};
614 struct thread_args a2 = {-1, type, 2};
647 struct thread_args a1 = {-1, type, 1};
648 struct thread_args a2 = {-1, type, 2};