Home
last modified time | relevance | path

Searched refs:munlock (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java117 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() method in ForwardingOs
DOs.java109 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() method
DPosix.java111 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() method in Posix
/libcore/luni/src/main/java/android/system/
DOs.java307 …public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munloc… in munlock() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Posix.cpp1330 throwIfMinusOne(env, "munlock", TEMP_FAILURE_RETRY(munlock(ptr, byteCount))); in Posix_munlock()
2028 NATIVE_METHOD(Posix, munlock, "(JJ)V"),