/external/ltp/tools/genload/ |
genload.c | 345 " -c, --cpu n spawn n procs spinning on sqrt()\n" 346 " -i, --io n spawn n procs spinning on sync()\n" 347 " -m, --vm n spawn n procs spinning on malloc()\n" 351 " -d, --hdd n spawn n procs spinning on write()\n"
|
stress.c | 345 " -c, --cpu n spawn n procs spinning on sqrt()\n" 346 " -i, --io n spawn n procs spinning on sync()\n" 347 " -m, --vm n spawn n procs spinning on malloc()\n" 351 " -d, --hdd n spawn n procs spinning on write()\n"
|
/external/skia/src/core/ |
SkTaskGroup2D.h | 91 // A simple spinning task group that assumes height equals threadCnt.
|
/external/valgrind/docs/internals/ |
Darwin-notes.txt | 38 the entire Valgrind run mysteriously disappears, rather than spinning
|
/external/valgrind/none/tests/ |
async-sigs.c | 96 // - otherwise, wait in client code (by spinning).
|
/frameworks/support/leanback/src/main/java/androidx/leanback/media/ |
PlaybackGlueHost.java | 225 * Implemented by PlaybackGlueHost for responding to player events. Such as showing a spinning
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
BluetoothPairingDetailTest.java | 186 // progress circle from spinning
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/ |
mutex.cpp | 193 // __lowercase), and if it stops spinning waiting threads, then call_once should
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
cpuctl_def_task01.c | 27 /* the system tasks will be running along with this spinning task*/
|
cpuctl_def_task02.c | 27 /* the system tasks will be running along with this spinning task*/
|
cpuctl_def_task03.c | 27 /* the system tasks will be running along with this spinning task*/
|
cpuctl_def_task04.c | 27 /* the system tasks will be running along with this spinning task*/
|
/external/webrtc/webrtc/system_wrappers/source/ |
condition_variable_event_win.cc | 82 * a thread from spinning on the same condition variable, preventing other
|
/prebuilts/go/darwin-x86/src/runtime/ |
lock_sema.go | 48 // On uniprocessor's, no point spinning.
|
/prebuilts/go/darwin-x86/src/sync/ |
mutex.go | 90 // Active spinning makes sense.
|
/prebuilts/go/linux-x86/src/runtime/ |
lock_sema.go | 48 // On uniprocessor's, no point spinning.
|
/prebuilts/go/linux-x86/src/sync/ |
mutex.go | 90 // Active spinning makes sense.
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageQueueTest.java | 649 * callback, then return. Look for signs that the Looper is spinning 704 // Looper may have been spinning continuously due to an FD that was never 707 assertFalse("Looper thread spent most of its time spinning instead of blocked.", [all...] |
/frameworks/base/services/core/java/com/android/server/power/ |
ShutdownThread.java | 276 // UI: spinning circle only (no progress bar) 280 // UI: spinning circle only (no progress bar) 284 // UI: spinning circle only (no progress bar)
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 324 * multiprocessors, we use front-of-queue spinning: If a node 330 * Front-of-queue spinning vastly improves performance of 332 * brief and "quiet", spinning does not much impact performance 337 * and will not hurt, in limiting impact of spinning on busy 342 * nodes spinning vs blocking. Further, front threads that 429 * preceded by another node that is apparently spinning. Also [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
NonBlockingThreadPool.h | 147 // Leave one thread spinning. This reduces latency.
|
/external/libchrome/base/memory/ |
singleton.h | 258 // will ever get here. Threads might be spinning on us, and they will
|
/external/ltp/ |
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()] [all...] |
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTQuaternionF.cpp | 146 spinning caused by the interpolated rotations."
|
PVRTQuaternionX.cpp | 151 spinning caused by the interpolated rotations."
|