Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 25 of 108) sorted by relevance

12345

/external/grpc-grpc/doc/
Denvironment_variables.md27 Declares which polling engines to try when starting gRPC.
30 Available polling engines include:
31 - epoll (linux-only) - a polling engine based around the epoll family of
33 - poll - a portable polling engine based around poll(), intended to be a
35 - legacy - the (deprecated) original polling engine for gRPC
51 Also traces epoll fd create()/close() calls in epollex polling engine
52 traces epoll-fd creation/close calls for epollex polling engine
84 - polling - traces the selected polling engine
85 - polling_api - traces the api calls to polling engine
130 there is no active polling thread. They help reconnect disconnected client
Depoll-polling-engine.md57 ## 4. Proposed changes to the current `epoll`-based polling implementation:
66polling island into which this one merged. See section 4.2 (case 2) for more details on this. Also…
86 …ollset` point to different `polling_islands`: In this case we _merge_ both the polling islands i.e:
93 …woke up executes the callbacks and finally has to 'kick' the appropriate polling thread interested…
95 In the current implementation, every polling thread also had a `event_fd` on which it was listening…
107 **>> **(**NOTE**: Or alternatively, we can implement a turnstile polling (i.e having only one threa…
119polling threads typically when the event for which the polling thread is waiting is already comple…
Dcombiner-explainer.md96 guarantee that there will be a thread doing polling to actually make
124 poll. This is done by setting up a per-polling-island work-queue
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DWatchServiceConfigurationTest.java56 WatchServiceConfiguration polling = WatchServiceConfiguration.polling(50, MILLISECONDS); in testPollingConfig() local
57 WatchService watchService = polling.newWatchService(fs.getDefaultView(), fs.getPathService()); in testPollingConfig()
DConfigurationTest.java24 import static com.google.common.jimfs.WatchServiceConfiguration.polling;
356 .setWatchServiceConfiguration(polling(10, MILLISECONDS)) in testFileSystemWithCustomWatchServicePollingInterval()
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DWatchServiceConfiguration.java35 static final WatchServiceConfiguration DEFAULT = polling(5, SECONDS);
43 public static WatchServiceConfiguration polling(long interval, TimeUnit timeUnit) { in polling() method in WatchServiceConfiguration
/external/python/cpython3/Doc/library/
Dselect.rst40 polling object; see section :ref:`devpoll-objects` below for the
58 (Only supported on Linux 2.5.44 and newer.) Return an edge polling object,
94 (Not supported by all operating systems.) Returns a polling object, which
95 supports registering and unregistering file descriptors, and then polling them
97 by polling objects.
196 Close the file descriptor of the polling object.
203 ``True`` if the polling object is closed.
210 Return the file descriptor number of the polling object.
217 Register a file descriptor with the polling object. Future calls to the
245 Remove a file descriptor being tracked by a polling object. Just like the
[all …]
/external/iputils/
Dping_common.c735 int polling; in main_loop() local
767 polling = 0; in main_loop()
783 polling = MSG_DONTWAIT; in main_loop()
789 if (!polling && in main_loop()
798 polling = MSG_DONTWAIT; in main_loop()
817 cc = recvmsg(icmp_sock, &msg, polling); in main_loop()
818 polling = MSG_DONTWAIT; in main_loop()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
DREADME.md5 Provides abstractions over TCP/UDP I/O, file loading, polling, and concurrency
/external/grpc-grpc/src/core/lib/iomgr/
DREADME.md5 Provides abstractions over TCP/UDP I/O, file loading, polling, and concurrency
/external/autotest/server/site_tests/firmware_ECAdc/
Dcontrol18 This is a stress test for EC ADC. We keep polling EC internal temperature
/external/python/cpython2/Doc/library/
Dselect.rst29 (Only supported on Linux 2.5.44 and newer.) Returns an edge polling object,
39 (Not supported by all operating systems.) Returns a polling object, which
40 supports registering and unregistering file descriptors, and then polling them
42 by polling objects.
209 Register a file descriptor with the polling object. Future calls to the
252 Remove a file descriptor being tracked by a polling object. Just like the
/external/perfetto/protos/perfetto/config/android/
Dandroid_polled_state_config.proto23 // Frequency of polling. If absent the state will be recorded once, at the
/external/python/cpython2/Tools/audiopy/
DREADME53 occasionally polling the device, but in Python 1.5.2 no polling is
/external/grpc-grpc/src/python/grpcio/grpc/
D_channel.py765 self.polling = False
772 self.polling = False
839 state.polling = False
863 if not state.callbacks_and_connectivities and not state.polling:
869 state.polling = True
/external/perfetto/docs/data-sources/
Dbattery-counters.md30 manufacturer. At the platform level this data is obtained polling the
118 manufacturer. At the platform level this data is obtained polling the
/external/autotest/client/profilers/powertop/src/po/
Did.po268 "Suggestion: Disable 'hal' from polling your cdrom with: \n"
269 "hal-disable-polling --device /dev/scd0 'hal' is the component that auto-"
273 "Saran: Atur agar 'hal' tidak melakukan polling ke cdrom anda dengan:\n"
274 "hal-disable-polling --device /dev/sdc0 'hal' akan membuka otomatis \n"
607 msgid "polling"
608 msgstr "polling"
Dja.po264 "Suggestion: Disable 'hal' from polling your cdrom with: \n"
265 "hal-disable-polling --device /dev/cdrom 'hal' is the component that auto-"
270 "hal-disable-polling --device /dev/cdrom\n"
594 msgid "polling"
Dru.po274 "Suggestion: Disable 'hal' from polling your cdrom with: \n"
275 "hal-disable-polling --device /dev/cdrom 'hal' is the component that auto-"
280 "hal-disable-polling /dev/cdrom 'hal'автоматически открывает окно, когда \n"
607 msgid "polling"
/external/arm-trusted-firmware/docs/plat/
Dqemu-sbsa.rst13 primary CPU to handle the boot and the secondaries are placed in a polling
/external/autotest/client/profilers/powertop/src/
DChangelog4 * polling hint now refers to /dev/cdrom instead of /dev/scd0
68 - hal (suggest to stop cdrom polling)
/external/perfetto/protos/perfetto/config/sys_stats/
Dsys_stats_config.proto28 // The sampling rate is configurable. All polling rates (*_period_ms) need
/external/rust/crates/async-task/
DREADME.md15 state attached to it. The state indicates whether the future is ready for polling, waiting to
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dtask_io_service.ipp335 // queue is empty and we're not polling, otherwise we want to return
386 // queue is empty and we're not polling, otherwise we want to return
/external/rust/crates/grpcio-sys/grpc/bazel/
Dgrpc_build_system.bzl30 # The set of pollers to test against if a test exercises polling
232 # the test behavior doesn't depend on polling, just generate the test

12345