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-mips/syscalls/
munlock.S 4 .globl munlock
6 .ent munlock
8 munlock: label
22 .end munlock
  /bionic/libc/arch-x86/syscalls/
munlock.S 5 .type munlock, @function
6 .globl munlock
9 munlock: label
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 91 public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byteCount); } method in class:ForwardingOs
Os.java 83 public void munlock(long address, long byteCount) throws ErrnoException; method in interface:Os
Posix.java 85 public native void munlock(long address, long byteCount) throws ErrnoException; method in class:Posix

Completed in 101 milliseconds