Home
last modified time | relevance | path

Searched refs:event_poll (Results 26 – 46 of 46) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/transporter/
H A DTransporterRegistry.cpp204 struct epoll_event event_poll; in epoll_add() local
205 memset(&event_poll, 0, sizeof(event_poll)); in epoll_add()
214 event_poll.data.u32 = t->getTransporterIndex(); in epoll_add()
215 event_poll.events = EPOLLIN; in epoll_add()
216 ret_val = epoll_ctl(m_epoll_fd, op, sock_fd.fd, &event_poll); in epoll_add()
1270 struct epoll_event event_poll; in setup_wakeup_socket() local
1271 memset(&event_poll, 0, sizeof(event_poll)); in setup_wakeup_socket()
1272 event_poll.data.u32 = 0; in setup_wakeup_socket()
1273 event_poll.events = EPOLLIN; in setup_wakeup_socket()
1275 &event_poll); in setup_wakeup_socket()
/dports/games/biloba/biloba-0.9.3/src/
H A Dutils.h122 int event_poll(void);
H A Dnet.c566 if (event_poll() < 0)
910 if (event_poll() < 0) {
/dports/games/d2x/d2x-0.2.5/arch/ggi/
H A Devent.c43 void event_poll() in event_poll() function
/dports/games/ltris/ltris-1.2.1/src/
H A Devent.c140 int event_poll( SDL_Event *event ) in event_poll() function
H A Dtetris.c401 if ( event_poll( &event ) ) { in tetris_run()
H A Dmanager.c508 if ( event_poll( &event ) ) event_polled = 1; in manager_run()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/chrome/wilco_ec/
H A Devent.c324 static __poll_t event_poll(struct file *filp, poll_table *wait) in event_poll() function
404 .poll = event_poll,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/chrome/wilco_ec/
H A Devent.c324 static __poll_t event_poll(struct file *filp, poll_table *wait) in event_poll() function
404 .poll = event_poll,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/chrome/wilco_ec/
H A Devent.c324 static __poll_t event_poll(struct file *filp, poll_table *wait) in event_poll() function
404 .poll = event_poll,
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dmain-acn.c71 extern os_error *event_poll(wimp_event_no *event_code, wimp_block *poll_block,
471 event_poll(0, 0, 0); in Term_xtra_acn_check()
488 if (event_poll(0, 0, 0)) in Term_xtra_acn_event()
877 event_poll(0, 0, 0);
918 event_poll(0, 0, 0);
1852 event_poll(0, 0, 0); in main()
2093 event_poll(&event, 0, 0); in init_acn()
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/rdma/
H A Drdma_controller.cpp185 LOG_TIMED_INIT(event_poll); in poll_endpoints()
186 LOG_TIMED_BLOCK(event_poll, DEVEL, 5.0, in poll_endpoints()
/dports/games/xinfocom/xinfocom/
H A Dwio_unix.c129 static void event_poll(void) in event_poll() function
593 event_poll(); in get_ch()
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A DMakefile.in650 event_poll.lo: $(srcdir)/event_poll.c $(incdir)/compat/stdbool.h \
655 …C) -c -o $@ $(CPPFLAGS) $(CFLAGS) $(ASAN_CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(srcdir)/event_poll.c
656 event_poll.i: $(srcdir)/event_poll.c $(incdir)/compat/stdbool.h \
662 event_poll.plog: event_poll.i
663 …ourcetree-root $(top_srcdir) --skip-cl-exe yes --source-file $(srcdir)/event_poll.c --i-file $< --…
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/event/libevent2022/libevent/
H A Dconfigure.ac591 # incompatibility. The event_poll struct is defined in the
594 # into both. The event_poll struct is defined with a compiler
598 # event_poll struct may be packed in the kernel, but not in
/dports/net/openmpi/openmpi-4.1.1/opal/mca/event/libevent2022/libevent/
H A Dconfigure.ac591 # incompatibility. The event_poll struct is defined in the
594 # into both. The event_poll struct is defined with a compiler
598 # event_poll struct may be packed in the kernel, but not in
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dcore.py2860 def event_poll(self): member in Interface
3966 ev = self.event_poll()
/dports/security/sudo/sudo-1.9.8p2/
H A DMANIFEST189 lib/util/event_poll.c
H A DChangeLog7582 * lib/util/event_poll.c:
13584 * lib/util/event_poll.c:
23122 * lib/util/event_poll.c:
26474 common/event.c, common/event_poll.c, common/event_select.c,
26890 * common/alloc.c, common/event_poll.c, common/gidlist.c,
28736 * common/event_poll.c:
28808 * common/event.c, common/event_poll.c, common/event_select.c:
28831 * common/event_poll.c:
28835 * MANIFEST, common/event.c, common/event_poll.c,
29052 * common/event_poll.c:
[all …]
H A Dconfigure.ac4090 COMMON_OBJS="${COMMON_OBJS} event_poll.lo"
/dports/devel/clixon/clixon-4.8.0/
H A DCHANGELOG.md231 * `event_poll()` -> `clixon_event_poll()`
1762 * Added event_poll() function to check if data is available on specific file descriptor.

12