Searched refs:close (Results 101 - 113 of 113) sorted by relevance

12345

/gem5/src/cpu/kvm/
H A Dbase.cc105 close(vcpuFD);
455 if (close(vcpuFD) == -1)
456 warn("kvm CPU: notifyFork failed to close vcpuFD\n");
/gem5/ext/ply/ply/
H A Dyacc.py1866 in_f.close()
2651 f.close()
2685 outf.close()
2838 f.close()
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h1089 close(sockfd_);
H A Dgtest.cc1201 // If two hunks are close enough that their contexts overlap, then they are
1230 // Continue only if the next hunk is very close.
3807 close(sockfd_);
/gem5/src/systemc/tests/
H A Dverify.py192 tp.close()
/gem5/util/stats/
H A Dprofile.py43 fd.close()
/gem5/src/base/loader/
H A Delf_object.cc256 close(fd);
/gem5/ext/mcpat/cacti/
H A Dio.cc1285 file.close();
1449 file.close();
/gem5/util/minorview/
H A Dmodel.py663 """Find a time index close to the given time (where
839 f.close()
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py851 output_file.close()
/gem5/src/arch/
H A Disa_parser.py1925 for f in self.files.itervalues(): # close ALL the files;
1926 f.close() # not doing so can cause compilation to fail
2642 f.close()
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h391 // namespace (read, write, close, chdir, isatty, stat). We do not currently
2384 inline int Close(int fd) { return close(fd); }
/gem5/src/mem/
H A Ddram_ctrl.cc1212 bool auto_precharge = pageMgmt == Enums::close ||
1220 // a twist on the open and close page policies:
1222 // page open, but close it if there are no row hits, and there
1224 // 2) close_adaptive page policy does not blindly close the
1238 // 1) if a hit is found, then both open and close adaptive policies keep
2280 // go back to REF event and close banks

Completed in 93 milliseconds

12345