/external/rust/crates/tokio/src/runtime/tests/ |
D | loom_basic_scheduler.rs | 30 let polls = num_polls.load(Acquire); in assert_at_most_num_polls() localVariable 31 assert!(polls <= at_most_polls); in assert_at_most_num_polls()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_lock.cpp | 2239 std::atomic<kmp_uint64> *polls = lck->lk.polls; in __kmp_acquire_drdpa_lock_timed_template() local 2242 if (polls[ticket & mask] != ticket) in __kmp_acquire_drdpa_lock_timed_template() 2257 while (polls[ticket & mask] < ticket) { // atomic load in __kmp_acquire_drdpa_lock_timed_template() 2267 polls = lck->lk.polls; // atomic load in __kmp_acquire_drdpa_lock_timed_template() 2292 std::atomic<kmp_uint64> *old_polls = polls; in __kmp_acquire_drdpa_lock_timed_template() 2304 polls = (std::atomic<kmp_uint64> *)__kmp_allocate(num_polls * in __kmp_acquire_drdpa_lock_timed_template() 2305 sizeof(*polls)); in __kmp_acquire_drdpa_lock_timed_template() 2306 polls[0] = ticket; in __kmp_acquire_drdpa_lock_timed_template() 2325 polls = (std::atomic<kmp_uint64> *)__kmp_allocate(num_polls * in __kmp_acquire_drdpa_lock_timed_template() 2326 sizeof(*polls)); in __kmp_acquire_drdpa_lock_timed_template() [all …]
|
D | kmp_lock.h | 448 std::atomic<std::atomic<kmp_uint64> *> polls; member
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | stats.proto | 38 // Number of polls called inside completion queue 78 // Number of polls called inside completion queue
|
D | control.proto | 248 // Number of polls called inside completion queue per request
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | stats.proto | 38 // Number of polls called inside completion queue 78 // Number of polls called inside completion queue
|
D | control.proto | 261 // Number of polls called inside completion queue per request
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | stats.proto | 38 // Number of polls called inside completion queue 75 // Number of polls called inside completion queue
|
D | control.proto | 235 // Number of polls called inside completion queue per request
|
/external/grpc-grpc/doc/ |
D | environment_variables.md | 128 Declares the interval between two backup polls on client channels. These polls 132 fail. Set to 0 to turn off the backup polls.
|
/external/perfetto/protos/perfetto/config/android/ |
D | android_polled_state_config.proto | 21 // Data source that polls for display state.
|
/external/perfetto/test/configs/ |
D | sys_stats.cfg | 1 # Example config for a trace that polls system counters.
|
/external/rust/crates/async-task/ |
D | README.md | 52 Method `run()` polls the task's future once. Then, the `Runnable`
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.14rc1.rst | 69 multiprocessing.Queue.get() with a timeout now polls its reader in
|
/external/mesa3d/docs/ci/ |
D | docker.rst | 19 gitlab-runner is a client that polls gitlab.freedesktop.org for
|
/external/perfetto/docs/design-docs/ |
D | continuous-integration.md | 36 - It periodically (every 5s) polls Gerrit for CLs updated in the last 24h. 270 - It polls the DB to retrieve a job.
|
/external/python/cpython3/Doc/library/ |
D | asyncio-policy.rst | 262 This implementation polls process file descriptors (pidfds) to await child
|
/external/llvm-project/llvm/docs/ |
D | Statepoints.rst | 869 The pass PlaceSafepoints inserts safepoint polls sufficient to ensure running 906 At the moment, PlaceSafepoints can insert safepoint polls at method entry and 907 loop backedges locations. Extending this to work with return polls would be 911 polls at particular sites unless needed to ensure timely execution of a poll 924 you can insert safepoint polls in the frontend. If you have the later case,
|
D | GarbageCollection.rst | 541 * Safe-point polls are only needed before loop-back edges
|
/external/llvm/docs/ |
D | Statepoints.rst | 718 and inserting safepoint polls sufficient to ensure running code checks for a 751 At the moment, PlaceSafepoints can insert safepoint polls at method entry and 752 loop backedges locations. Extending this to work with return polls would be 756 polls at particular sites unless needed to ensure timely execution of a poll
|
D | GarbageCollection.rst | 541 * Safe-point polls are only needed before loop-back edges
|
/external/libpcap/doc/ |
D | README.capture-module | 252 calls. If it does not, then, if that's because the device polls for
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a3.rst | 722 On Unix, :meth:`subprocess.Popen.send_signal` now polls the process status.
|
D | 3.6.3rc1.rst | 518 multiprocessing.Queue.get() with a timeout now polls its reader in
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 48 …er to ensure that the system has a minimum level of entropy, BoringCrypto polls the kernel until t…
|