Home
last modified time | relevance | path

Searched refs:polled (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/crates/tokio/tests/
Dtcp_accept.rs123 let mut polled = false; in accept_many() localVariable
126 if !polled { in accept_many()
127 polled = true; in accept_many()
Dmacros_select.rs277 let mut polled = false; in future_panics_after_poll() localVariable
280 assert!(!polled); in future_panics_after_poll()
281 polled = true; in future_panics_after_poll()
/external/rust/crates/futures/tests/
Dfutures_unordered.rs342 polled: bool, in polled_only_once_at_most_per_iteration() field
349 if self.polled { in polled_only_once_at_most_per_iteration()
352 self.polled = true; in polled_only_once_at_most_per_iteration()
362 assert_eq!(10, tasks.iter().filter(|f| f.polled).count()); in polled_only_once_at_most_per_iteration()
366 assert_eq!(33, tasks.iter().filter(|f| f.polled).count()); in polled_only_once_at_most_per_iteration()
/external/rust/crates/futures-util/src/stream/futures_unordered/
Dmod.rs419 let mut polled = 0; in poll_next() localVariable
544 polled += 1; in poll_next()
551 if polled == yield_every { in poll_next()
/external/rust/crates/tokio/src/runtime/
Dbasic_scheduler.rs206 let mut polled = false; in block_on() localVariable
211 if scheduler.spawner.was_woken() || !polled { in block_on()
212 polled = true; in block_on()
/external/libdrm/man/
DdrmHandleEvent.3.rst25 the DRM file-descriptor has polled readable; it will read the events and
/external/replicaisland/
DREADME.TXT24 …managed by MainLoop will be polled once per frame, and children of MainLoop may themselves have ch…
/external/perfetto/docs/data-sources/
Dmemory-counters.md5 /proc interfaces, and are of two types: polled counters and events pushed by
8 ## Per-process polled counters
112 the corresponding polled events. This allows to collect both types of events
113 (pushed and polled) and treat them uniformly in queries and scripts.
151 ## System-wide polled counters
/external/cpuinfo/test/dmesg/
Dzenfone-2.log1728 [ 7.524557] mdm_ctrl: states polled = 0x8
1752 [ 7.907827] mdm_ctrl: states polled = 0x8
1756 [ 7.917141] mdm_ctrl: states polled = 0x8
1763 [ 8.071003] mdm_ctrl: states polled = 0x8
1797 [ 8.426739] mdm_ctrl: states polled = 0x8
1819 [ 8.854794] mdm_ctrl: states polled = 0x8
1821 [ 8.999177] mdm_ctrl: states polled = 0x28
1833 [ 9.160954] mdm_ctrl: states polled = 0x28
1860 [ 9.342256] mdm_ctrl: states polled = 0x8
1970 [ 10.501906] mdm_ctrl: states polled = 0x8
[all …]
Diconia-one-10.log1197 [ 6.438519] (2)[254:mtk_wmtd][STP SDIO][I]stp_sdio_ownback_poll:Driver own is polled!(9)
Dmeizu-pro-7-plus.log4391 [ 8.833681] (1)[579:mtk_wmtd][STP SDIO][I]stp_sdio_ownback_poll:Driver own is polled!(9)
/external/crosvm/cros_async/src/sync/
Dmu.rs1238 polled: bool, in rw_single_thread_async() field
1246 if self.polled { in rw_single_thread_async()
1249 self.polled = true; in rw_single_thread_async()
1278 polled: false, in rw_single_thread_async()
/external/libchromeos-rs/src/sync/
Dmu.rs1361 polled: bool, in rw_single_thread_async() field
1369 if self.polled { in rw_single_thread_async()
1372 self.polled = true; in rw_single_thread_async()
1399 polled: false, in rw_single_thread_async()
/external/angle/extensions/
DANGLE_timer_query.txt61 time intervals to be polled asynchronously by the application.
/external/libwebsockets/
Dchangelog102 linked-list implementation. All polled checks like timeout are migrated
/external/perfetto/docs/analysis/
Dtrace-processor.md88 * RSS memory events - both from the kernel and polled from /proc/stats
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt26848 polled
/external/curl/
DCHANGES4249 which then made the data connection simply timeout and not get polled
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz
Dospd.txt.gz
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/rust/crates/libz-sys/src/zlib-ng/test/data/
Dlcet10.txt2921 polled the audience in order to seek out regular users of the Internet as
/external/brotli/tests/testdata/
Dlcet10.txt2921 polled the audience in order to seek out regular users of the Internet as
/external/python/cpython2/Misc/
DHISTORY16632 from other sources, as long as they can be polled with select().
/external/python/cpython3/Misc/
DHISTORY34011 from other sources, as long as they can be polled with select().

12