OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compareAndSwapLong
(Results
1 - 3
of
3
) sorted by null
/libcore/libart/src/main/java/sun/misc/
Unsafe.java
145
public native boolean
compareAndSwapLong
(Object obj, long offset,
/libcore/libdvm/src/main/java/sun/misc/
Unsafe.java
157
public native boolean
compareAndSwapLong
(Object obj, long offset,
/libcore/luni/src/main/java/java/util/concurrent/
Phaser.java
364
if (UNSAFE.
compareAndSwapLong
(this, stateOffset, s, s-=adjust)) {
377
UNSAFE.
compareAndSwapLong
(this, stateOffset, s, n);
382
UNSAFE.
compareAndSwapLong
(this, stateOffset,
418
else if (UNSAFE.
compareAndSwapLong
(this, stateOffset,
425
if (UNSAFE.
compareAndSwapLong
(this, stateOffset, s, next))
437
while (!UNSAFE.
compareAndSwapLong
469
!UNSAFE.
compareAndSwapLong
659
if (UNSAFE.
compareAndSwapLong
(this, stateOffset, s,
675
if (!UNSAFE.
compareAndSwapLong
(this, stateOffset, s, n))
[
all
...]
Completed in 126 milliseconds