Searched refs:munlock (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DMappedByteBuffer.java91 Libcore.os.munlock(block.toLong(), block.getSize());
/libcore/luni/src/main/java/android/system/
H A DOs.java288 * See <a href="http://man7.org/linux/man-pages/man2/munlock.2.html">munlock(2)</a>.
290 public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munlock(address, byteCount); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java113 public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byteCount); } method in class:ForwardingOs
H A DOs.java105 public void munlock(long address, long byteCount) throws ErrnoException; method in interface:Os
H A DPosix.java107 public native void munlock(long address, long byteCount) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1022 throwIfMinusOne(env, "munlock", TEMP_FAILURE_RETRY(munlock(ptr, byteCount)));
1595 NATIVE_METHOD(Posix, munlock, "(JJ)V"),

Completed in 484 milliseconds