HomeSort by relevance Sort by last modified time
    Searched refs:munlockall (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
17-1-buildonly.c 11 * int munlockall(void)
24 dummyvar = munlockall;
  /external/strace/tests/
munlockall.c 9 printf("munlockall() = %s\n", sprintrc(munlockall()));
  /external/strace/tests-m32/
munlockall.c 9 printf("munlockall() = %s\n", sprintrc(munlockall()));
  /external/strace/tests-mx32/
munlockall.c 9 printf("munlockall() = %s\n", sprintrc(munlockall()));
  /bionic/libc/arch-arm/syscalls/
munlockall.S 5 ENTRY(munlockall) function
16 END(munlockall)
  /bionic/libc/arch-arm64/syscalls/
munlockall.S 5 ENTRY(munlockall) function
14 END(munlockall)
  /bionic/libc/arch-mips/syscalls/
munlockall.S 5 ENTRY(munlockall) function
19 END(munlockall)
  /bionic/libc/arch-x86_64/syscalls/
munlockall.S 5 ENTRY(munlockall) function
15 END(munlockall)
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
mlock_test.cc 10 assert(0 == munlockall());
  /bionic/libc/arch-x86/syscalls/
munlockall.S 5 ENTRY(munlockall) function
24 END(munlockall)
  /bionic/libc/arch-mips64/syscalls/
munlockall.S 5 ENTRY(munlockall) function
25 END(munlockall)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
5-1.c 10 * Test that the munlockall() function always return a value of zero if it is
35 result = munlockall();
45 printf("munlockall() returns %i instead of zero.\n", result);
64 result = munlockall();
74 printf("munlockall() returns %i instead of zero.\n", result);
  /external/ltp/testcases/kernel/syscalls/munlockall/
munlockall01.c 23 * TEST TITLE : Basic test for munlockall(2)
34 * This is a phase I test for the munlockall(2) system call.
89 TEST(munlockall());
93 tst_resm(TFAIL | TTERRNO, "munlockall() Failed with"
96 tst_resm(TPASS, "munlockall() passed with"
  /external/linux-kselftest/tools/testing/selftests/vm/
on-fault-limit.c 38 munlockall();
mlock2-tests.c 513 if (munlockall()) {
514 perror("munlockall()");
539 if (munlockall()) {
540 perror("munlockall()");
555 if (munlockall()) {
556 perror("munlockall()");
565 munlockall();
665 munlockall();
  /external/syzkaller/prog/
parse_test.go 77 if s := entries[1].P.String(); s != "getpid-gettid-munlockall" {
86 if s := entries[4].P.String(); s != "munlockall" {
98 munlockall()
108 munlockall()
  /bionic/libc/include/sys/
mman.h 74 int munlockall(void) __INTRODUCED_IN(17);
  /bionic/tests/headers/posix/
sys_mman_h.c 80 FUNCTION(munlockall, int (*f)(void));
  /external/strace/linux/32/
syscallent.h 239 [231] = { 0, TM, SEN(munlockall), "munlockall" },
  /external/strace/linux/64/
syscallent.h 232 [231] = { 0, TM, SEN(munlockall), "munlockall" },
  /external/strace/linux/avr32/
syscallent.h 163 [134] = { 0, TM, SEN(munlockall), "munlockall" },
  /external/strace/linux/hppa/
syscallent.h 159 [153] = { 0, TM, SEN(munlockall), "munlockall" },
  /external/strace/linux/ia64/
syscallent.h 165 [1159] = { 0, TM, SEN(munlockall), "munlockall" },
  /external/strace/linux/x86_64/
syscallent.h 153 [152] = { 0, TM, SEN(munlockall), "munlockall" },
  /external/strace/linux/xtensa/
syscallent.h 83 [ 87] = { 0, TM, SEN(munlockall), "munlockall" },

Completed in 1829 milliseconds

1 2 3