Home
last modified time | relevance | path

Searched refs:notification_fd (Results 1 – 18 of 18) sorted by relevance

/dports/www/cutelyst/cutelyst-3.2.0/server/
H A Dsystemdnotify.cpp46 int notification_fd = 0; member in Cutelyst::systemdNotifyPrivate
59 d->notification_fd = socket(AF_UNIX, SOCK_DGRAM, 0); in systemdNotify()
60 if (d->notification_fd < 0) { in systemdNotify()
99 Q_ASSERT(d->notification_fd); in notify()
115 if (sendmsg(d->notification_fd, msghdr, 0) < 0) { in notify()
123 Q_ASSERT(d->notification_fd); in ready()
133 if (sendmsg(d->notification_fd, msghdr, 0) < 0) { in ready()
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dnotify.c23 if (sendmsg(uwsgi.notification_fd, msghdr, 0) < 0) { in uwsgi_systemd_notify()
38 if (sendmsg(uwsgi.notification_fd, msghdr, 0) < 0) { in uwsgi_systemd_notify_ready()
49 uwsgi.notification_fd = socket(AF_UNIX, SOCK_DGRAM, 0); in uwsgi_systemd_init()
50 if (uwsgi.notification_fd < 0) { in uwsgi_systemd_init()
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DUnixSocketListener.cc101 notification_fd = pipe_fd[1]; in wait_for_connection()
167 if( write( notification_fd, &v, sizeof( v ) ) == -1 ) { in close_connection()
H A DUnixSocketListener.hh39 int notification_fd; member in UnixSocketListener
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dplasma.h87 int notification_fd; member
H A Dstore.cc116 Client::Client(int fd) : fd(fd), notification_fd(-1) {} in Client()
783 if (client->notification_fd > 0) { in DisconnectClient()
785 auto notify_fd = client->notification_fd; in DisconnectClient()
792 client->notification_fd = -1; in DisconnectClient()
899 if (client->notification_fd > 0) { in SubscribeToUpdates()
916 client->notification_fd = fd; in SubscribeToUpdates()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/plasma/
H A Dplasma.h87 int notification_fd; member
H A Dstore.cc116 Client::Client(int fd) : fd(fd), notification_fd(-1) {} in Client()
783 if (client->notification_fd > 0) { in DisconnectClient()
785 auto notify_fd = client->notification_fd; in DisconnectClient()
792 client->notification_fd = -1; in DisconnectClient()
899 if (client->notification_fd > 0) { in SubscribeToUpdates()
916 client->notification_fd = fd; in SubscribeToUpdates()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dplasma.h87 int notification_fd; member
H A Dstore.cc116 Client::Client(int fd) : fd(fd), notification_fd(-1) {} in Client()
783 if (client->notification_fd > 0) { in DisconnectClient()
785 auto notify_fd = client->notification_fd; in DisconnectClient()
792 client->notification_fd = -1; in DisconnectClient()
899 if (client->notification_fd > 0) { in SubscribeToUpdates()
916 client->notification_fd = fd; in SubscribeToUpdates()
/dports/shells/fish/fish-3.3.1/src/
H A Dinput_common.cpp73 int notifier_fd = notifier.notification_fd(); in readb()
H A Denv_universal_common.h211 virtual int notification_fd() const;
H A Denv_universal_common.cpp1193 int notification_fd() const override { return notify_fd; } in notification_fd() function in universal_notifier_notifyd_t
1370 int notification_fd() const override { in notification_fd() function in universal_notifier_named_pipe_t
1531 int universal_notifier_t::notification_fd() const { return -1; } in notification_fd() function in universal_notifier_t
H A Dfish_tests.cpp4035 int fd = note->notification_fd(); in poll_notifier()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A D_plasma.pyx303 int notification_fd
308 self.notification_fd = -1
664 self.client.get().Subscribe(&self.notification_fd))
670 return compat.get_socket_from_fd(self.notification_fd,
718 status = self.client.get().GetNotification(self.notification_fd,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A D_plasma.pyx308 int notification_fd
313 self.notification_fd = -1
681 self.client.get().Subscribe(&self.notification_fd))
687 return get_socket_from_fd(self.notification_fd,
735 status = self.client.get().GetNotification(self.notification_fd,
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A D_plasma.pyx307 int notification_fd
312 self.notification_fd = -1
680 self.client.get().Subscribe(&self.notification_fd))
686 return get_socket_from_fd(self.notification_fd,
734 status = self.client.get().GetNotification(self.notification_fd,
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h2610 int notification_fd; member