Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 25 of 45) sorted by relevance

12

/external/rust/crates/tokio/src/runtime/tests/
Dloom_basic_scheduler.rs30 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/
Dkmp_lock.cpp2239 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 …]
Dkmp_lock.h448 std::atomic<std::atomic<kmp_uint64> *> polls; member
/external/grpc-grpc/src/proto/grpc/testing/
Dstats.proto38 // Number of polls called inside completion queue
78 // Number of polls called inside completion queue
Dcontrol.proto248 // Number of polls called inside completion queue per request
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dstats.proto38 // Number of polls called inside completion queue
78 // Number of polls called inside completion queue
Dcontrol.proto261 // Number of polls called inside completion queue per request
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dstats.proto38 // Number of polls called inside completion queue
75 // Number of polls called inside completion queue
Dcontrol.proto235 // Number of polls called inside completion queue per request
/external/grpc-grpc/doc/
Denvironment_variables.md128 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/
Dandroid_polled_state_config.proto21 // Data source that polls for display state.
/external/perfetto/test/configs/
Dsys_stats.cfg1 # Example config for a trace that polls system counters.
/external/rust/crates/async-task/
DREADME.md52 Method `run()` polls the task's future once. Then, the `Runnable`
/external/python/cpython2/Misc/NEWS.d/
D2.7.14rc1.rst69 multiprocessing.Queue.get() with a timeout now polls its reader in
/external/mesa3d/docs/ci/
Ddocker.rst19 gitlab-runner is a client that polls gitlab.freedesktop.org for
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md36 - 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/
Dasyncio-policy.rst262 This implementation polls process file descriptors (pidfds) to await child
/external/llvm-project/llvm/docs/
DStatepoints.rst869 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,
DGarbageCollection.rst541 * Safe-point polls are only needed before loop-back edges
/external/llvm/docs/
DStatepoints.rst718 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
DGarbageCollection.rst541 * Safe-point polls are only needed before loop-back edges
/external/libpcap/doc/
DREADME.capture-module252 calls. If it does not, then, if that's because the device polls for
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a3.rst722 On Unix, :meth:`subprocess.Popen.send_signal` now polls the process status.
D3.6.3rc1.rst518 multiprocessing.Queue.get() with a timeout now polls its reader in
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md48 …er to ensure that the system has a minimum level of entropy, BoringCrypto polls the kernel until t…

12