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 6 ENTRY(munlock) function
15 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 6 ENTRY(munlock) function
24 END(munlock)
  /libcore/luni/src/main/java/libcore/io/
Os.java 88 public void munlock(long address, long byteCount) throws ErrnoException; method in interface:Os
Posix.java 90 public native void munlock(long address, long byteCount) throws ErrnoException; method in class:Posix
ForwardingOs.java 96 public void munlock(long address, long byteCount) throws ErrnoException { os.munlock(address, byteCount); } method in class:ForwardingOs

Completed in 117 milliseconds