Searched refs:MLOCK_ONFAULT (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/asm-generic/ | ||
D | mman-common.h | 38 #define MLOCK_ONFAULT 0x01 macro |
/bionic/tests/ | ||
D | sys_mman_test.cpp | 264 mlock2(map, PAGE_SIZE, MLOCK_ONFAULT); in TEST() |