HomeSort by relevance Sort by last modified time
    Searched full:spin (Results 101 - 125 of 361) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock.cc 60 // On multi-cpu machines, spin for longer before yielding
133 // Spin again after returning from the wait routine to give this thread
  /frameworks/base/services/java/com/android/server/am/
NativeCrashListener.java 58 * Spin the actual work of handling a debuggerd crash report into a
269 // go about it business right away, so we spin off the actual
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 155 * use of spin->yield->block that is essential for reasonable
159 * waits just omit the blocking part, and instead cancel. The spin
165 * pseudorandom also helps regularize spin cycle duration by
209 * mainly, here, bulky spin->yield->block/cancel code), and
247 /** The number of CPUs, for sizing and spin control */
SynchronousQueue.java 107 * fulfilled first spin a bit (on multiprocessors only). On very
154 /** The number of CPUs, for spin control */
158 * The number of times to spin before blocking in timed waits.
167 * The number of times to spin before blocking in untimed waits.
168 * This is greater than timed value because untimed waits spin
169 * faster since they don't need to check times on each spin.
174 * The number of nanoseconds for which it is faster to spin
646 continue; // spin
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Makefile 75 spin.obj \
511 spin.obj: spin.c $(SPIN_SRCS) $(INCL)
CONTRIBUTORS 13 implementation of spin locks and barriers;
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 190 .spin: call YIELD_CPU
194 be .spin
198 be .spin
  /external/openssl/crypto/
sparccpuid.S 190 .spin: call YIELD_CPU
194 be .spin
198 be .spin
  /external/chromium/base/metrics/
stats_table_unittest.cc 121 // Spin up a set of threads to go bang on the various counters.
199 // Spin up a set of processes to go bang on the various counters.
  /external/chromium/chrome/browser/google/
google_update.cc 203 // We no longer need to spin the message loop that we started spinning in
337 // We need to spin the message loop while Google Update is running so that it
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 182 // No longer need to spin the message loop that started spinning in
341 // Need to spin the message loop while Google Update is running so that it
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos_unittest.cc 191 // server just echoes us. We have to spin here until there is actually data
316 // server just echoes us. We have to spin here until there is actually data
  /external/chromium_org/ppapi/shared_impl/
tracked_callback_unittest.cc 273 // Kill resource #1, spin the message loop to run posted calls, and check that
300 // Unref it, spin the message loop to run posted calls, and check that things
  /dalvik/vm/
AtomicCache.h 66 * an atomic flag. If the flag is set, we could sit and spin,
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 577 SpinThread spin = new SpinThread(); local
578 spinner = new Thread(spin);
587 spin.done = true;
590 spin.done = true;
  /external/chromium/base/test/
test_suite.cc 181 // Some of the app unit tests spin runloops.
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.mm 133 // Check the timeout before pumping events, so that we'll spin
  /external/chromium_org/chrome/browser/sync/glue/
shared_change_processor.cc 156 return true; // Otherwise we get into infinite spin waiting.
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 25 // class containing helpers for BrowserMain to spin up a new instance and
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_mac.mm 175 // synchronously, meaning that the main thread's loop doesn't spin,
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
api_other.html 93 to make the UI spin:
  /external/chromium_org/chrome/test/functional/
chromeos_longterm_test.py 97 This method will spin in a while loop forever until it encounters a keyboard
  /external/chromium_org/third_party/WebKit/ManualTests/
input-type-datetime-default-value.html 5 <p>Enter Up or Down, or click the spin buttons for each input field.</p>
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeWin.css 100 input::-webkit-outer-spin-button {
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeFieldElement.cpp 149 // On accessibility, DateTimeFieldElement acts like spin button.

Completed in 1038 milliseconds

1 2 3 45 6 7 8 91011>>