/art/test/067-preemptive-unpark/ |
expected.txt | 3 Asking thread to park 4 park() returned quickly
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
LockSupportTest.java | 41 park() { method in enum:LockSupportTest.ParkMethod 42 void park() { method 43 LockSupport.park(); 45 void park(long millis) { method 50 void park(long millis) { method 55 void park(long millis) { method 60 void park() { method 61 LockSupport.park(theBlocker()); 63 void park(long millis) { method 68 void park(long millis) method 73 void park(long millis) { method 79 void park() { park(2 * LONG_DELAY_MS); } method in class:LockSupportTest.ParkMethod 80 abstract void park(long millis); method in class:LockSupportTest.ParkMethod [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_drawtex.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 17 * Semaphore} class). A call to {@code park} will return immediately 23 * <p>Methods {@code park} and {@code unpark} provide efficient 27 * between one thread invoking {@code park} and another thread trying 29 * permit. Additionally, {@code park} will return if the caller's 31 * {@code park} method may also return at any other time, for "no 33 * conditions upon return. In this sense {@code park} serves as an 38 * <p>The three forms of {@code park} each also support a 49 * useful for most concurrency control applications. The {@code park} 53 * while (!canProceed()) { ... LockSupport.park(this); }}</pre> 56 * call to {@code park} entail locking or blocking. Because only on 155 public static void park(Object blocker) { method in class:LockSupport 286 public static void park() { method in class:LockSupport [all...] |
/art/test/067-preemptive-unpark/src/ |
Main.java | 24 System.out.println("Asking thread to park"); 96 UNSAFE.park(false, 500 * 1000000); // 500 msec 100 System.out.println("park()ed for " + elapsed + " msec"); 103 System.out.println("park() returned quickly");
|
/external/v8/test/webkit/ |
avl-crash.js | 39 "23rd St-Park Ave S", 46 "28th St-Park Ave S", 50 "33rd St-Park Ave", 104 "Bedford Park Blvd", 107 "Bronx Park East",
|
/external/libdrm/ |
xf86drmRandom.c | 4 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. 30 * This file contains a simple, straightforward implementation of the Park 62 * [PM88] Stephen K. Park and Keith W. Miller. "Random Number Generators: 68 * [PMS93] Stephen K. Park, Keith W. Miller, and Paul K. Stockmeyer. In 119 /* Park & Miller, October 1988 */ 124 /* Park, Miller, and Stockmeyer, July 1993 */
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/ |
ThreadsTest.java | 27 * Tests for the <code>park()</code> functionality of {@link Unsafe}. 50 /** Test the case where the park times out. */ 92 /** Test the case where the park times out. */ 165 * either case, this constructor takes a duration to park for 188 UNSAFE.park(true, start + amount); 190 UNSAFE.park(false, amount);
|
/external/mesa3d/src/egl/main/ |
egldefines.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
eglglobals.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
eglmisc.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
eglstring.c | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
eglstring.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_cpu.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ppc.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
tgsi_text.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate.c | 3 * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_gen_mipmap.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
u_pstipple.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_debug_private.h | 3 * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
|
i915_surface.h | 3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_clear.h | 3 * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
|
lp_flush.h | 3 * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
|
lp_query.h | 3 * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
|
lp_surface.h | 3 * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
|