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/libcore/io/
H A DOs.java109 public void munlock(long address, long byteCount) throws ErrnoException; method in interface:Os
H A DForwardingOs.java117 public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byteCount); } method in class:ForwardingOs
H A DPosix.java111 public native void munlock(long address, long byteCount) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/java/android/system/
H A DOs.java299 * See <a href="http://man7.org/linux/man-pages/man2/munlock.2.html">munlock(2)</a>.
301 public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munlock(address, byteCount); } method in class:Os
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1228 throwIfMinusOne(env, "munlock", TEMP_FAILURE_RETRY(munlock(ptr, byteCount)));
1923 NATIVE_METHOD(Posix, munlock, "(JJ)V"),

Completed in 82 milliseconds