Searched refs:MSG_NOSIGNAL (Results 1 - 13 of 13) sorted by relevance

/external/strace/xlat/
H A Dmsg_flags.h53 #if defined(MSG_NOSIGNAL) || (defined(HAVE_DECL_MSG_NOSIGNAL) && HAVE_DECL_MSG_NOSIGNAL)
54 XLAT(MSG_NOSIGNAL),
/external/libchrome/sandbox/linux/services/
H A Dinit_process_reaper.cc60 CHECK(HANDLE_EINTR(send(sync_fds[1], "C", 1, MSG_NOSIGNAL)) == 1);
/external/c-ares/
H A Dsetup_once.h93 * If we have the MSG_NOSIGNAL define, make sure we use
98 #define SEND_4TH_ARG MSG_NOSIGNAL
H A Dconfigure19454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MSG_NOSIGNAL" >&5
19455 $as_echo_n "checking for MSG_NOSIGNAL... " >&6; }
19489 int flag=MSG_NOSIGNAL;
/external/curl/lib/
H A Dcurl_setup_once.h118 * If we have the MSG_NOSIGNAL define, make sure we use
123 #define SEND_4TH_ARG MSG_NOSIGNAL
/external/libchrome/base/posix/
H A Dunix_domain_socket_linux.cc76 // Due to a bug in the Linux kernel (net/unix/af_unix.c) MSG_NOSIGNAL isn't
79 const int flags = MSG_NOSIGNAL;
225 // When porting to OSX keep in mind it doesn't support MSG_NOSIGNAL, so the
/external/avahi/avahi-daemon/
H A Dsd-daemon.c382 if (sendmsg(fd, &msghdr, MSG_NOSIGNAL) < 0) {
/external/dbus/dbus/
H A Dsd-daemon.c377 if (sendmsg(fd, &msghdr, MSG_NOSIGNAL) < 0) {
H A Ddbus-sysdeps-unix.c241 bytes_written = send (fd, data, len, MSG_NOSIGNAL);
472 |MSG_NOSIGNAL
545 bytes_written = sendmsg (fd, &m, MSG_NOSIGNAL);
1631 |MSG_NOSIGNAL
1637 |MSG_NOSIGNAL
/external/libchrome/sandbox/linux/suid/
H A Dsandbox.c255 if (HANDLE_EINTR(send(sync_fds[1], "C", 1, MSG_NOSIGNAL)) != 1)
/external/selinux/libselinux/src/
H A Dsetrans_client.c118 while (((count = sendmsg(fd, &msgh, MSG_NOSIGNAL)) < 0)
/external/webrtc/webrtc/base/
H A Dphysicalsocketserver.cc272 MSG_NOSIGNAL
296 MSG_NOSIGNAL,
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c107 #ifndef MSG_NOSIGNAL
108 #define MSG_NOSIGNAL 0 macro
1154 ret = recv (connection->socket_fd, other, i, MSG_NOSIGNAL);
1193 return send (connection->socket_fd, other, i, MSG_NOSIGNAL);
1230 ret = send (connection->socket_fd, other, i, MSG_NOSIGNAL);

Completed in 452 milliseconds