Home
last modified time | relevance | path

Searched refs:mlock (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/abcc/jni/mman-win32/
Dmman.h48 int mlock(const void *addr, size_t len);
Dmman.c163 int mlock(const void *addr, size_t len) in mlock() function
Dtest.c144 if (mlock(map, map_size) != 0) in test_file_map_mlock_munlock()