Searched refs:out_count (Results 1 – 1 of 1) sorted by relevance
137 int out_count; /* to send to the JDWP process */ member200 for (n = 0; n < proc->out_count; n++) { in jdwp_process_free()203 proc->out_count = 0; in jdwp_process_free()240 proc->out_count = 0; in jdwp_process_alloc()338 proc->pid, proc->out_count, proc->out_fds[0]); in jdwp_process_event()339 if (proc->out_count > 0) { in jdwp_process_event()385 for (n = 1; n < proc->out_count; n++) in jdwp_process_event()393 if (--proc->out_count == 0) in jdwp_process_event()418 if (proc->out_count >= MAX_OUT_FDS) { in create_jdwp_connection_fd()431 proc->out_fds[ proc->out_count ] = fds[1]; in create_jdwp_connection_fd()[all …]