Searched refs:connected (Results 1 - 3 of 3) sorted by relevance

/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py85 connected = dict()
87 if (link.src_node.path() in connected) and \
88 (connected[link.src_node.path()] == link.dst_node.path()):
93 connected[link.dst_node.path()] = link.src_node.path()
/gem5/util/dist/
H A Dgem5-dist.sh220 # Try to Kill the server first. That should trigger an exit for all connected
280 connected () function
324 connected $RUN_DIR/log.switch "tcp_iface listening on port" "switch" $SW_PID
/gem5/src/base/stats/
H A Dtext.cc781 static bool connected = false; local
783 if (!connected) {
786 connected = true;

Completed in 7 milliseconds