IGNORE_EINTR 160 base/debug/debugger_posix.cc if (IGNORE_EINTR(close(status_fd)) < 0) IGNORE_EINTR 670 base/debug/stack_trace_posix.cc int ret = IGNORE_EINTR(close(it->second)); IGNORE_EINTR 518 base/file_util_posix.cc return ((fd >= 0) && !IGNORE_EINTR(close(fd))); IGNORE_EINTR 661 base/file_util_posix.cc if (int ret = IGNORE_EINTR(close(fd)) < 0) IGNORE_EINTR 673 base/file_util_posix.cc if (int ret = IGNORE_EINTR(close(fd)) < 0) IGNORE_EINTR 700 base/file_util_posix.cc if (int ret = IGNORE_EINTR(close(fd)) < 0) IGNORE_EINTR 889 base/file_util_posix.cc if (IGNORE_EINTR(close(infile)) < 0) IGNORE_EINTR 891 base/file_util_posix.cc if (IGNORE_EINTR(close(outfile)) < 0) IGNORE_EINTR 2503 base/file_util_unittest.cc EXPECT_EQ(0, IGNORE_EINTR(close(fds[1]))); IGNORE_EINTR 40 base/files/dir_reader_linux.h if (IGNORE_EINTR(close(fd_))) IGNORE_EINTR 213 base/files/file_path_watcher_kqueue.cc if (IGNORE_EINTR(close(*fd)) != 0) { IGNORE_EINTR 500 base/files/file_path_watcher_kqueue.cc if (IGNORE_EINTR(close(kqueue_)) != 0) { IGNORE_EINTR 29 base/files/scoped_file.cc PCHECK(0 == IGNORE_EINTR(close(fd))); IGNORE_EINTR 798 base/message_loop/message_loop_unittest.cc if (IGNORE_EINTR(close(pipefds[0])) < 0) IGNORE_EINTR 800 base/message_loop/message_loop_unittest.cc if (IGNORE_EINTR(close(pipefds[1])) < 0) IGNORE_EINTR 823 base/message_loop/message_loop_unittest.cc if (IGNORE_EINTR(close(pipefds[0])) < 0) IGNORE_EINTR 825 base/message_loop/message_loop_unittest.cc if (IGNORE_EINTR(close(pipefds[1])) < 0) IGNORE_EINTR 34 base/message_loop/message_pump_io_ios_unittest.cc if (IGNORE_EINTR(close(pipefds_[0])) < 0) IGNORE_EINTR 36 base/message_loop/message_pump_io_ios_unittest.cc if (IGNORE_EINTR(close(pipefds_[1])) < 0) IGNORE_EINTR 128 base/message_loop/message_pump_libevent.cc if (IGNORE_EINTR(close(wakeup_pipe_in_)) < 0) IGNORE_EINTR 132 base/message_loop/message_pump_libevent.cc if (IGNORE_EINTR(close(wakeup_pipe_out_)) < 0) IGNORE_EINTR 33 base/message_loop/message_pump_libevent_unittest.cc if (IGNORE_EINTR(close(pipefds_[0])) < 0) IGNORE_EINTR 35 base/message_loop/message_pump_libevent_unittest.cc if (IGNORE_EINTR(close(pipefds_[1])) < 0) IGNORE_EINTR 224 base/platform_file_posix.cc return !IGNORE_EINTR(close(file)); IGNORE_EINTR 96 base/posix/file_descriptor_shuffle.cc int ret = IGNORE_EINTR(close(fd)); IGNORE_EINTR 49 base/posix/unix_domain_socket_linux_unittest.cc ASSERT_EQ(0, IGNORE_EINTR(close(message_fds.front()))); IGNORE_EINTR 67 base/posix/unix_domain_socket_linux_unittest.cc ASSERT_EQ(0, IGNORE_EINTR(close(fds[0]))); IGNORE_EINTR 270 base/process/launch_posix.cc int ret = IGNORE_EINTR(close(fd)); IGNORE_EINTR 495 base/process/process_util_unittest.cc int ret = IGNORE_EINTR(close(write_pipe)); IGNORE_EINTR 513 base/process/process_util_unittest.cc int ret = IGNORE_EINTR(close(fds[1])); IGNORE_EINTR 529 base/process/process_util_unittest.cc ret = IGNORE_EINTR(close(fds[0])); IGNORE_EINTR 557 base/process/process_util_unittest.cc ret = IGNORE_EINTR(close(sockets[0])); IGNORE_EINTR 559 base/process/process_util_unittest.cc ret = IGNORE_EINTR(close(sockets[1])); IGNORE_EINTR 561 base/process/process_util_unittest.cc ret = IGNORE_EINTR(close(dev_null)); IGNORE_EINTR 590 base/process/process_util_unittest.cc PCHECK(IGNORE_EINTR(close(fds[1])) == 0); IGNORE_EINTR 596 base/process/process_util_unittest.cc PCHECK(IGNORE_EINTR(close(fds[0])) == 0); IGNORE_EINTR 119 chrome/browser/process_info_snapshot_mac_unittest.cc PCHECK(IGNORE_EINTR(close(fds[1])) == 0); IGNORE_EINTR 139 chrome/browser/process_info_snapshot_mac_unittest.cc PCHECK(IGNORE_EINTR(close(fds[0])) == 0); IGNORE_EINTR 132 chrome/browser/process_singleton_linux.cc int rv = IGNORE_EINTR(close(fd)); IGNORE_EINTR 113 chrome/browser/process_singleton_mac.cc int rc = IGNORE_EINTR(close(lock_fd_)); IGNORE_EINTR 153 chrome/browser/shell_integration_linux.cc if (IGNORE_EINTR(close(desktop_fd)) < 0) IGNORE_EINTR 160 chrome/browser/shell_integration_linux.cc if (IGNORE_EINTR(close(fd)) < 0) IGNORE_EINTR 171 chrome/browser/shell_integration_linux.cc if (IGNORE_EINTR(close(desktop_fd)) < 0) IGNORE_EINTR 81 chrome/common/multi_process_lock_linux.cc if (IGNORE_EINTR(close(socket_fd)) < 0) { IGNORE_EINTR 93 chrome/common/multi_process_lock_linux.cc if (IGNORE_EINTR(close(fd_)) < 0) { IGNORE_EINTR 136 chrome/common/service_process_util_posix.cc if (IGNORE_EINTR(close(sockets_[0]))) { IGNORE_EINTR 141 chrome/common/service_process_util_posix.cc if (IGNORE_EINTR(close(sockets_[1]))) { IGNORE_EINTR 27 chromeos/dbus/pipe_reader.cc if (IGNORE_EINTR(close(write_fd_)) < 0) IGNORE_EINTR 29 chromeos/process_proxy/process_output_watcher.cc if (IGNORE_EINTR(close(*fd)) != 0) IGNORE_EINTR 130 chromeos/process_proxy/process_output_watcher_unittest.cc EXPECT_NE(-1, IGNORE_EINTR(close(stop_pipe[1]))); IGNORE_EINTR 131 chromeos/process_proxy/process_output_watcher_unittest.cc EXPECT_NE(-1, IGNORE_EINTR(close(pt_pipe[1]))); IGNORE_EINTR 247 chromeos/process_proxy/process_proxy.cc if (IGNORE_EINTR(close(*fd)) != 0) IGNORE_EINTR 775 components/nacl/browser/nacl_process_host.cc if (IGNORE_EINTR(close(s)) < 0) IGNORE_EINTR 54 components/nacl/loader/nacl_helper_linux.cc if (IGNORE_EINTR(close(kNaClZygoteDescriptor)) != 0) IGNORE_EINTR 104 components/nacl/loader/nacl_helper_linux.cc if (IGNORE_EINTR(close(dummy_fd)) != 0) IGNORE_EINTR 106 components/nacl/loader/nacl_helper_linux.cc if (IGNORE_EINTR(close(parent_fd)) != 0) IGNORE_EINTR 150 components/nacl/loader/nacl_helper_linux.cc if (IGNORE_EINTR(close(child_fds[i])) != 0) IGNORE_EINTR 209 components/nacl/zygote/nacl_fork_delegate_linux.cc if (IGNORE_EINTR(close(fds[1])) != 0) IGNORE_EINTR 231 components/nacl/zygote/nacl_fork_delegate_linux.cc if (IGNORE_EINTR(close(fds[0])) != 0) IGNORE_EINTR 246 components/nacl/zygote/nacl_fork_delegate_linux.cc if (IGNORE_EINTR(close(fd_)) != 0) IGNORE_EINTR 247 content/browser/renderer_host/render_sandbox_host_linux.cc int err = IGNORE_EINTR(close(result_fd)); IGNORE_EINTR 546 content/browser/renderer_host/render_sandbox_host_linux.cc if (IGNORE_EINTR(close(font_fd)) < 0) IGNORE_EINTR 756 content/browser/renderer_host/render_sandbox_host_linux.cc if (IGNORE_EINTR(close(fds[0])) < 0) IGNORE_EINTR 758 content/browser/renderer_host/render_sandbox_host_linux.cc if (IGNORE_EINTR(close(pipefds[1])) < 0) IGNORE_EINTR 769 content/browser/renderer_host/render_sandbox_host_linux.cc if (IGNORE_EINTR(close(renderer_socket_)) < 0) IGNORE_EINTR 771 content/browser/renderer_host/render_sandbox_host_linux.cc if (IGNORE_EINTR(close(childs_lifeline_fd_)) < 0) IGNORE_EINTR 384 content/browser/renderer_host/render_widget_helper.cc if (IGNORE_EINTR(close(i->second)) < 0) IGNORE_EINTR 395 content/browser/renderer_host/render_widget_helper.cc if (IGNORE_EINTR(close(i->second)) < 0) IGNORE_EINTR 241 content/browser/zygote_host/zygote_host_impl_linux.cc if (IGNORE_EINTR(close(control_fd_))) { IGNORE_EINTR 36 content/common/font_config_ipc_linux.cc int err = IGNORE_EINTR(close(fd)); IGNORE_EINTR 172 content/common/plugin_list_posix.cc if (IGNORE_EINTR(close(fd)) < 0) IGNORE_EINTR 43 content/common/sandbox_linux/sandbox_linux.cc PCHECK(0 == IGNORE_EINTR(close(*fd))); IGNORE_EINTR 374 content/common/sandbox_linux/sandbox_linux.cc int ret = IGNORE_EINTR(close(proc_fd_)); IGNORE_EINTR 34 ipc/file_descriptor_set_posix.cc if (IGNORE_EINTR(close(descriptors_[i].fd)) < 0) IGNORE_EINTR 122 ipc/file_descriptor_set_posix.cc if (IGNORE_EINTR(close(i->fd)) < 0) IGNORE_EINTR 27 ipc/file_descriptor_set_posix_unittest.cc EXPECT_NE(IGNORE_EINTR(close(duped)), -1); IGNORE_EINTR 28 ipc/file_descriptor_set_posix_unittest.cc EXPECT_NE(IGNORE_EINTR(close(fd)), -1); IGNORE_EINTR 79 ipc/ipc_channel_factory.cc if (IGNORE_EINTR(close(listen_fd_)) < 0) IGNORE_EINTR 221 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(pipe_fds[0])) < 0) IGNORE_EINTR 223 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(pipe_fds[1])) < 0) IGNORE_EINTR 566 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(client_pipe_)) < 0) IGNORE_EINTR 590 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(pipe_)) < 0) IGNORE_EINTR 596 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(fd_pipe_)) < 0) IGNORE_EINTR 601 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(remote_fd_pipe_)) < 0) IGNORE_EINTR 621 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(*i)) < 0) IGNORE_EINTR 656 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(new_pipe)) < 0) IGNORE_EINTR 946 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(input_fds_[i])) < 0) IGNORE_EINTR 1015 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(fd)) < 0) IGNORE_EINTR 1039 ipc/ipc_channel_posix.cc if (IGNORE_EINTR(close(server_listen_pipe_)) < 0) IGNORE_EINTR 228 ipc/ipc_channel_posix_unittest.cc ASSERT_TRUE(IGNORE_EINTR(close(pipe_fds[1])) == 0); IGNORE_EINTR 156 ipc/ipc_send_fds_test.cc EXPECT_GE(IGNORE_EINTR(close(fd)), 0); IGNORE_EINTR 172 ipc/ipc_send_fds_test.cc if (IGNORE_EINTR(close(fd)) < 0) IGNORE_EINTR 324 ipc/ipc_send_fds_test.cc CHECK_EQ(0, IGNORE_EINTR(close(pipe_fds.first))); IGNORE_EINTR 333 ipc/ipc_send_fds_test.cc CHECK_EQ(0, IGNORE_EINTR(close(fd))); IGNORE_EINTR 367 net/base/address_tracker_linux.cc if (netlink_fd_ >= 0 && IGNORE_EINTR(close(netlink_fd_)) < 0) IGNORE_EINTR 76 net/socket/tcp_listen_socket_unittest.cc ASSERT_EQ(0, IGNORE_EINTR(close(test_socket_))); IGNORE_EINTR 539 net/socket/tcp_socket_libevent.cc if (IGNORE_EINTR(close(socket_)) < 0) IGNORE_EINTR 608 net/socket/tcp_socket_libevent.cc if (IGNORE_EINTR(close(new_socket)) < 0) IGNORE_EINTR 133 net/socket/unix_domain_socket_posix.cc if (IGNORE_EINTR(close(s)) < 0) IGNORE_EINTR 148 net/socket/unix_domain_socket_posix.cc if (IGNORE_EINTR(close(conn)) < 0) IGNORE_EINTR 309 net/socket/unix_domain_socket_posix_unittest.cc ret = IGNORE_EINTR(close(sock)); IGNORE_EINTR 112 net/udp/udp_socket_libevent.cc if (IGNORE_EINTR(close(socket_)) < 0) IGNORE_EINTR 137 ppapi/tests/test_broker.cc return !IGNORE_EINTR(::close(file)); IGNORE_EINTR 163 ppapi/tests/test_broker.cc if (IGNORE_EINTR(::close(fd))) { IGNORE_EINTR 218 printing/pdf_metafile_skia.cc if (IGNORE_EINTR(close(fd.fd)) < 0) { IGNORE_EINTR 36 remoting/host/ipc_util_posix.cc if (IGNORE_EINTR(close(pipe_fds[0])) < 0) IGNORE_EINTR 38 remoting/host/ipc_util_posix.cc if (IGNORE_EINTR(close(pipe_fds[1])) < 0) IGNORE_EINTR 107 sandbox/linux/seccomp-bpf/sandbox_bpf.cc fstat(task, &sb) != 0 || sb.st_nlink != 3 || IGNORE_EINTR(close(task))) { IGNORE_EINTR 109 sandbox/linux/seccomp-bpf/sandbox_bpf.cc if (IGNORE_EINTR(close(task))) { IGNORE_EINTR 294 sandbox/linux/seccomp-bpf/sandbox_bpf.cc if (IGNORE_EINTR(close(fds[0]))) { IGNORE_EINTR 316 sandbox/linux/seccomp-bpf/sandbox_bpf.cc if (IGNORE_EINTR(close(fds[1]))) { IGNORE_EINTR 336 sandbox/linux/seccomp-bpf/sandbox_bpf.cc if (IGNORE_EINTR(close(fds[1]))) { IGNORE_EINTR 364 sandbox/linux/seccomp-bpf/sandbox_bpf.cc if (IGNORE_EINTR(close(fds[0]))) { IGNORE_EINTR 458 sandbox/linux/seccomp-bpf/sandbox_bpf.cc if (IGNORE_EINTR(close(proc_fd_))) { IGNORE_EINTR 67 sandbox/linux/seccomp-bpf/syscall_unittest.cc int close_return_value = IGNORE_EINTR(SandboxSyscall(__NR_close, new_fd)); IGNORE_EINTR 163 sandbox/linux/seccomp-bpf/syscall_unittest.cc EXPECT_EQ(0, IGNORE_EINTR(SandboxSyscall(__NR_close, fd))); IGNORE_EINTR 196 sandbox/linux/seccomp-bpf/syscall_unittest.cc EXPECT_EQ(0, IGNORE_EINTR(SandboxSyscall(__NR_close, fd))); IGNORE_EINTR 157 sandbox/linux/services/broker_process.cc PCHECK(0 == IGNORE_EINTR(close(ipc_socketpair_))); IGNORE_EINTR 361 sandbox/linux/services/broker_process.cc int ret = IGNORE_EINTR(close(temporary_ipc)); IGNORE_EINTR 406 sandbox/linux/services/broker_process.cc int ret = IGNORE_EINTR(close(*it)); IGNORE_EINTR 52 sandbox/linux/services/broker_process_unittest.cc CHECK_EQ(0, IGNORE_EINTR(close(fd_))); IGNORE_EINTR 36 sandbox/linux/services/init_process_reaper.cc close_ret = IGNORE_EINTR(close(sync_fds[0])); IGNORE_EINTR 38 sandbox/linux/services/init_process_reaper.cc close_ret = IGNORE_EINTR(close(sync_fds[1])); IGNORE_EINTR 53 sandbox/linux/services/init_process_reaper.cc close_ret = IGNORE_EINTR(close(sync_fds[0])); IGNORE_EINTR 61 sandbox/linux/services/init_process_reaper.cc close_ret = IGNORE_EINTR(close(sync_fds[1])); IGNORE_EINTR 86 sandbox/linux/services/init_process_reaper.cc close_ret = IGNORE_EINTR(close(sync_fds[1])); IGNORE_EINTR 92 sandbox/linux/services/init_process_reaper.cc close_ret = IGNORE_EINTR(close(sync_fds[0])); IGNORE_EINTR 47 sandbox/linux/services/scoped_process.cc PCHECK(0 == IGNORE_EINTR(close(pipe_fds_[0]))); IGNORE_EINTR 57 sandbox/linux/services/scoped_process.cc PCHECK(0 == IGNORE_EINTR(close(pipe_fds_[1]))); IGNORE_EINTR 71 sandbox/linux/services/scoped_process.cc PCHECK(0 == IGNORE_EINTR(close(pipe_fds_[0]))); IGNORE_EINTR 74 sandbox/linux/services/scoped_process.cc PCHECK(0 == IGNORE_EINTR(close(pipe_fds_[1]))); IGNORE_EINTR 49 sandbox/linux/services/thread_helpers.cc PCHECK(0 == IGNORE_EINTR(close(task_fd))); IGNORE_EINTR 45 sandbox/linux/services/thread_helpers_unittests.cc ~ScopedProcSelfTask() { PCHECK(0 == IGNORE_EINTR(close(fd_))); } IGNORE_EINTR 22 tools/android/forwarder2/common.cc if (IGNORE_EINTR(close(fd)) < 0) {