HomeSort by relevance Sort by last modified time
    Searched defs:munlock (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-arm/syscalls/
munlock.S 5 ENTRY(munlock) function
14 END(munlock)
  /bionic/libc/arch-x86/syscalls/
munlock.S 5 .type munlock, @function
6 .globl munlock
9 munlock: label
  /bionic/libc/arch-sh/syscalls/
munlock.S 5 .type munlock, @function
6 .globl munlock
9 munlock: label
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 86 public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byteCount); } method in class:ForwardingOs
Os.java 78 public void munlock(long address, long byteCount) throws ErrnoException; method in interface:Os
Posix.java 80 public native void munlock(long address, long byteCount) throws ErrnoException; method in class:Posix

Completed in 385 milliseconds