/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 88 * of spin locks, see the papers by Scott and Scherer at 321 * The number of nanoseconds for which it is faster to spin [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_mac.cc | 83 // being written. We spin in a loop (see SSLWriteCallback() and [all...] |
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_cocoa.mm | 650 // We present a spin button as a vertical slider, with a role description 651 // of "spin button". [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsmthred.cpp | 784 // Spin, waiting for the test threads to finish. 789 /* Spin until the test threads complete. */ [all...] |
/external/icu4c/test/intltest/ |
tsmthred.cpp | 935 // Spin, waiting for the test threads to finish. 940 /* Spin until the test threads complete. */ [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Phaser.java | [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.c | 115 pthread mutex, win32 critical section, or a spin-lock if if 270 USE_SPIN_LOCKS default: 1 iff USE_LOCKS and spin locks available 271 If true, uses custom spin locks for locking. This is currently 587 #ifndef USE_LOCKS /* ensure true if spin or recursive locks set */ 592 #if USE_LOCKS /* Spin locks for gcc >= 4.1, older gcc on x86, MSC >= 1310 */ [all...] |
/dalvik/vm/ |
Globals.h | 928 /* Spin when error is detected, volatile so GDB can reset it */ [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateList.java | 243 // Spin down so that insertPoint points to:
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
IncrementalSAXSource_Filter.java | 548 * ourselves in a "spin" mode where events are discarded.
|
/external/chromium/chrome/browser/ |
browser_focus_uitest.cc | 186 // It seems we have to wait a little bit for the widgets to spin up before [all...] |
/external/chromium/chrome/browser/download/ |
download_util.cc | 411 // size (the server didn't give us one), then we just spin an arc around until [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
about_window_controller.mm | 251 // thread's loop doesn't spin, meaning that animations and other updates
|
/external/chromium/chrome/common/extensions/docs/ |
api_other.html | 380 to make the UI spin:
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32socketserver.cc | 730 // Spin the Win32 message pump at least once, and as long as requested.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.mm | 216 // Try to initiate a drag. This will spin a custom event loop and may
|
/external/chromium_org/chrome/test/perf/rendering/ |
throughput_tests.cc | 335 // Let the test spin up.
|
/external/chromium_org/chrome_frame/ |
utils.h | 557 // Helper function to spin a message loop and dispatch messages while waiting
|
/external/chromium_org/sql/ |
connection_unittest.cc | 654 // TODO(shess): Spin up a background thread to hold other_db, to more
|
/external/chromium_org/testing/iossim/ |
iossim.mm | 712 // Spin the runtime indefinitely. When the delegate gets the message that the
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
BitmapImage.cpp | 295 // Spin the animation to the correct frame before we try to draw it, so we
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32socketserver.cc | 774 // Spin the Win32 message pump at least once, and as long as requested.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.c | 755 * the GPU is reset. Don't bother continuing to spin when the BO is idle. */
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_aurax11.cc | 263 // selection holder is some other window, we spin up a nested message loop
|
clipboard_win.cc | 66 // In fact, we believe we'll only spin this loop over remote desktop. In
|