Searched refs:_jdwp_list (Results 1 – 1 of 1) sorted by relevance
119 static JdwpProcess _jdwp_list; variable126 JdwpProcess* proc = _jdwp_list.next; in jdwp_process_list()128 for ( ; proc != &_jdwp_list; proc = proc->next ) { in jdwp_process_list()221 proc->next = &_jdwp_list; in jdwp_process_alloc()392 JdwpProcess* proc = _jdwp_list.next; in create_jdwp_connection_fd()395 for ( ; proc != &_jdwp_list; proc = proc->next ) { in create_jdwp_connection_fd()723 _jdwp_list.next = &_jdwp_list; in init_jdwp()724 _jdwp_list.prev = &_jdwp_list; in init_jdwp()