Searched refs:spinning (Results 1 – 25 of 32) sorted by relevance
12
/external/autotest/client/tests/stress/ |
D | control | 22 -c, --cpu N spawn N workers spinning on sqrt() 23 -i, --io N spawn N workers spinning on sync() 24 -m, --vm N spawn N workers spinning on malloc()/free() 29 -d, --hdd N spawn N workers spinning on write()/unlink()
|
/external/rust/crates/spin/ |
D | README.md | 11 through spinning, the primitives are suitable for use in `no_std` environments. 77 - `std` enables support for thread yielding instead of spinning
|
D | CHANGELOG.md | 33 - `std` feature flag to enable thread yielding instead of spinning
|
/external/llvm-project/libclc/generic/lib/integer/ |
D | rotate.inc | 11 //Try to avoid extra work if someone's spinning the value through multiple
|
/external/ltp/ |
D | runltp | 119 [NUM_PROCS = no. of processes creating the CPU Load by spinning over sqrt() 126 [NUM_PROCS = no. of processes creating Storage Load by spinning over write()] 136 [NUM_PROCS = no. of processes creating IO Bus Load by spinning over sync()] 142 … [NUM_PROCS = no. of processes creating main Memory Load by spinning over malloc()]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/ |
D | DrawableResourceLoaderTest.java | 97 Animator animator = AnimatorInflater.loadAnimator(application, R.animator.spinning); in shouldCreateAnimators()
|
/external/rust/crates/crossbeam-deque/ |
D | CHANGELOG.md | 46 - Change the return type of `pop` to `Pop<T>` so that spinning can be handled manually.
|
/external/llvm/test/Transforms/GVN/ |
D | fence.ll | 35 ; another thread when spinning on that location.
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | R.java | 17 public static final int spinning=0x7f060001; field in R.animator
|
/external/skia/site/docs/user/modules/ |
D | canvaskit.md | 567 // keep spinning after mouse up. Also start spinning on load 572 let spinning = setInterval(keepSpinning, 30); 782 clearInterval(spinning); 797 spinning = setInterval(keepSpinning, 30);
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | fence-xfail.ll | 37 ; another thread when spinning on that location.
|
/external/llvm-project/llvm/test/Transforms/GVN/ |
D | fence.ll | 36 ; another thread when spinning on that location.
|
/external/tpm2-tss/ |
D | configure.ac | 119 AC_DEFINE([TEST_FAPI_ASYNC], [1], [FAPI forced async spinning])) 121 AC_MSG_WARN("FAPI compiled with asynchronous spinning testing. NOT FOR PRODUCTION!"))
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.12.txt | 41 programs to use, although -C 0 will print a spinning character to the
|
/external/rust/crates/parking_lot/ |
D | README.md | 44 efficiently handled by spinning a few times while trying to acquire a
|
/external/rust/crates/oorandom/ |
D | README.md | 89 of the 20th century you had little old ladies named Edith spinning
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 545 // If using a direct session, disable spinning while waiting for work in 547 // but in the case where there is a lot of spinning may result in lower
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_itt.inl | 663 Only those tasks are reported which are executed by a thread spinning at
|
/external/pigweed/pw_sync/ |
D | docs.rst | 453 systems. On systems which are not SMP, spinning is not required but some state
|
/external/llvm-project/mlir/docs/Rationale/ |
D | RationaleLinalgDialect.md | 94 for code generation-related abstractions, spinning off the generalization of
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 1499 Change ThreadPoolExecutor to use existing idle threads before spinning up
|
/external/libevent/ |
D | ChangeLog | 380 o poll: Prevent libevent from spinning if POLLNVAL occurs (675974c Tim Hentenaar) 1590 o Avoid spinning on OpenSSL reads (2aa036f Mark Ellzey)
|
D | ChangeLog-2.0 | 161 o Avoid spinning on OpenSSL reads (2aa036f Mark Ellzey)
|
/external/jemalloc_new/ |
D | ChangeLog | 427 - Add/use adaptive spinning for bootstrapping and radix tree node
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 2505 lock spinning CPU in rare circumstances. Thanks to Alex
|
12