Home | History | Annotate | Download | only in tools

Lines Matching full:thread_args

50 struct thread_args {
331 static void thread_delay_close(struct thread_args *args) {
372 static void thread_accept(struct thread_args *args) {
379 static void thread_connect(struct thread_args *args) {
386 static void thread_delay_close_write(struct thread_args *args) {
395 static void thread_accept_write(struct thread_args *args) {
404 static void thread_delay_connect(struct thread_args *args) {
435 struct thread_args args = {-1, type, 1};
460 struct thread_args args = {-1, type, 0};
488 struct thread_args args = {-1, type, 0};
513 struct thread_args args = {-1, type, 0};
543 struct thread_args args = {-1, type, 0};
571 struct thread_args args = {-1, type, 1};
685 struct thread_args a1 = {-1, type, 0};
686 struct thread_args a2 = {-1, type, 2};
719 struct thread_args a1 = {-1, type, 1};
720 struct thread_args a2 = {-1, type, 2};