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

12345

/gem5/ext/googletest/googletest/test/
H A Dgtest_test_utils.py278 p.tochild.close()
/gem5/configs/dram/
H A Dlow_power_sweep.py220 cfg_file.close()
/gem5/src/cpu/kvm/
H A Dperfevent.cc102 close(fd);
/gem5/src/cpu/
H A Dsimple_thread.cc166 simout.close(os);
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py80 last_email_file.close()
89 last_email_file.close()
328 f.close()
382 os.close(fd)
572 p.stdout.close()
573 p.stderr.close()
851 file.close()
1321 file.close()
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py80 last_email_file.close()
89 last_email_file.close()
328 f.close()
382 os.close(fd)
572 p.stdout.close()
573 p.stderr.close()
851 file.close()
1321 file.close()
H A Dgen_gtest_pred_impl.py310 f.close()
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc494 // close if it is also closed here. On debug configurations, double close
496 // relying on the OS to close the descriptor after the process terminates
848 // This is as close to the fork as possible to avoid a race condition in case
857 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[0]));
869 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(pipe_fd[1]));
939 int close_fd; // File descriptor to close; the read end of a pipe
962 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
1052 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd));
1132 // Clear the close
[all...]
H A Dgtest-port.cc146 close(fd);
806 // but usually it's must faster (often close to linear).
927 // this class (creat, dup, dup2, and close)
981 close(captured_fd);
993 close(uncaptured_fd_);
/gem5/src/base/vnc/
H A Dvncserver.cc151 ::close(dataFd);
205 ::close(fd);
354 ::close(dataFd);
/gem5/src/sim/
H A Dpseudo_inst.cc369 file.close();
526 close(fd);
568 simout.close(out);
H A Dfd_array.cc346 status = close(sim_fd);
/gem5/util/stats/
H A Dstats.py81 mydb.close()
90 mydb.close()
H A Doutput.py213 html.close()
H A Dbarchart.py292 f.close()
/gem5/src/dev/net/
H A Dtcp_iface.cc259 ret = close(sock);
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc336 // close input file
337 infile.close();
/gem5/configs/example/
H A Dmemcheck.py216 cfg_file.close()
/gem5/util/
H A Dcpt_upgrader.py206 cpt_file.close()
/gem5/src/base/
H A Dremote_gdb.cc378 close(sfd);
410 close(fd);
/gem5/src/python/m5/util/
H A Dcode_formatter.py164 f.close()
/gem5/ext/ply/ply/
H A Dlex.py209 tf.close()
837 f.close()
1019 f.close()
/gem5/src/arch/arm/
H A Dsemihosting.cc318 int64_t error = file->close();
839 close();
872 ArmSemihosting::File::close() function in class:ArmSemihosting::File
874 panic_if(!file, "Trying to close an already closed file.\n");
/gem5/util/streamline/
H A Dm5stats2streamline.py711 f.close()
988 f.close()
1195 blob.close()
/gem5/ext/drampower/src/
H A DCmdScheduler.cc72 trans_trace.close();
73 commands.close();

Completed in 62 milliseconds

12345