Home
last modified time | relevance | path

Searched refs:putObject (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DExchanger.java374 U.putObject(t, BLOCKER, this); // emulate LockSupport in arenaExchange()
379 U.putObject(t, BLOCKER, null); in arenaExchange()
475 U.putObject(t, BLOCKER, this); in slotExchange()
480 U.putObject(t, BLOCKER, null); in slotExchange()
DLinkedTransferQueue.java441 UNSAFE.putObject(this, itemOffset, item); // relaxed write in Node()
450 UNSAFE.putObject(this, nextOffset, this); in forgetNext()
463 UNSAFE.putObject(this, itemOffset, this); in forgetContents()
464 UNSAFE.putObject(this, waiterOffset, null); in forgetContents()
DConcurrentLinkedQueue.java157 UNSAFE.putObject(this, itemOffset, item); in Node()
DForkJoinPool.java1736 U.putObject(wt, PARKBLOCKER, this); in scan()
1741 U.putObject(wt, PARKBLOCKER, null); in scan()
1795 U.putObject(wt, PARKBLOCKER, this); in idleAwaitWork()
1800 U.putObject(wt, PARKBLOCKER, null); in idleAwaitWork()
DConcurrentLinkedDeque.java277 UNSAFE.putObject(this, itemOffset, item); in Node()
/libcore/luni/src/main/java/java/util/concurrent/locks/
DLockSupport.java107 unsafe.putObject(t, parkBlockerOffset, arg); in setBlocker()
/libcore/libart/src/main/java/sun/misc/
DUnsafe.java286 public native void putObject(Object obj, long offset, Object newValue); in putObject() method in Unsafe
/libcore/libdvm/src/main/java/sun/misc/
DUnsafe.java298 public native void putObject(Object obj, long offset, Object newValue); in putObject() method in Unsafe