Searched refs:polling (Results 1 – 25 of 108) sorted by relevance
12345
27 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 of33 - poll - a portable polling engine based around poll(), intended to be a35 - legacy - the (deprecated) original polling engine for gRPC51 Also traces epoll fd create()/close() calls in epollex polling engine52 traces epoll-fd creation/close calls for epollex polling engine84 - polling - traces the selected polling engine85 - polling_api - traces the api calls to polling engine130 there is no active polling thread. They help reconnect disconnected client
57 ## 4. Proposed changes to the current `epoll`-based polling implementation:66 …polling 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…119 …polling threads typically when the event for which the polling thread is waiting is already comple…
96 guarantee that there will be a thread doing polling to actually make124 poll. This is done by setting up a per-polling-island work-queue
56 WatchServiceConfiguration polling = WatchServiceConfiguration.polling(50, MILLISECONDS); in testPollingConfig() local57 WatchService watchService = polling.newWatchService(fs.getDefaultView(), fs.getPathService()); in testPollingConfig()
24 import static com.google.common.jimfs.WatchServiceConfiguration.polling;356 .setWatchServiceConfiguration(polling(10, MILLISECONDS)) in testFileSystemWithCustomWatchServicePollingInterval()
35 static final WatchServiceConfiguration DEFAULT = polling(5, SECONDS);43 public static WatchServiceConfiguration polling(long interval, TimeUnit timeUnit) { in polling() method in WatchServiceConfiguration
40 polling object; see section :ref:`devpoll-objects` below for the58 (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, which95 supports registering and unregistering file descriptors, and then polling them97 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 the245 Remove a file descriptor being tracked by a polling object. Just like the[all …]
735 int polling; in main_loop() local767 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()
5 Provides abstractions over TCP/UDP I/O, file loading, polling, and concurrency
18 This is a stress test for EC ADC. We keep polling EC internal temperature
29 (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, which40 supports registering and unregistering file descriptors, and then polling them42 by polling objects.209 Register a file descriptor with the polling object. Future calls to the252 Remove a file descriptor being tracked by a polling object. Just like the
23 // Frequency of polling. If absent the state will be recorded once, at the
53 occasionally polling the device, but in Python 1.5.2 no polling is
765 self.polling = False772 self.polling = False839 state.polling = False863 if not state.callbacks_and_connectivities and not state.polling:869 state.polling = True
30 manufacturer. At the platform level this data is obtained polling the118 manufacturer. At the platform level this data is obtained polling the
268 "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"
264 "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"
274 "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"
13 primary CPU to handle the boot and the secondaries are placed in a polling
4 * polling hint now refers to /dev/cdrom instead of /dev/scd068 - hal (suggest to stop cdrom polling)
28 // The sampling rate is configurable. All polling rates (*_period_ms) need
15 state attached to it. The state indicates whether the future is ready for polling, waiting to
335 // queue is empty and we're not polling, otherwise we want to return386 // queue is empty and we're not polling, otherwise we want to return
30 # The set of pollers to test against if a test exercises polling232 # the test behavior doesn't depend on polling, just generate the test