Searched refs:mlock (Results 1 - 5 of 5) sorted by path

/libcore/luni/src/main/java/android/system/
H A DOs.java290 * See <a href="http://man7.org/linux/man-pages/man2/mlock.2.html">mlock(2)</a>.
292 public static void mlock(long address, long byteCount) throws ErrnoException { Libcore.os.mlock(address, byteCount); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java114 public void mlock(long address, long byteCount) throws ErrnoException { os.mlock(address, byteCount); } method in class:ForwardingOs
H A DOs.java106 public void mlock(long address, long byteCount) throws ErrnoException; method in interface:Os
H A DPosix.java108 public native void mlock(long address, long byteCount) throws ErrnoException; method in class:Posix
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1310 throwIfMinusOne(env, "mlock", TEMP_FAILURE_RETRY(mlock(ptr, byteCount)));
2025 NATIVE_METHOD(Posix, mlock, "(JJ)V"),

Completed in 225 milliseconds