Searched refs:munlock (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 117 …public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byte… in munlock() method in ForwardingOs
|
D | Os.java | 109 public void munlock(long address, long byteCount) throws ErrnoException; in munlock() method
|
D | Posix.java | 111 public native void munlock(long address, long byteCount) throws ErrnoException; in munlock() method in Posix
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 307 …public static void munlock(long address, long byteCount) throws ErrnoException { Libcore.os.munloc… in munlock() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Posix.cpp | 1330 throwIfMinusOne(env, "munlock", TEMP_FAILURE_RETRY(munlock(ptr, byteCount))); in Posix_munlock() 2028 NATIVE_METHOD(Posix, munlock, "(JJ)V"),
|