Searched refs:munlock (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 402 …public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munloc… in munlock() method in Os
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 162 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() method in ForwardingOs
|
D | Os.java | 134 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() method
|
D | Linux.java | 131 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() method in Linux
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1918 throwIfMinusOne(env, "munlock", TEMP_FAILURE_RETRY(munlock(ptr, byteCount))); in Linux_munlock() 2662 NATIVE_METHOD(Linux, munlock, "(JJ)V"),
|