HomeSort by relevance Sort by last modified time
    Searched refs:MLOCK (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/mem/include/
mem.h 36 #define MLOCK 2
  /libcore/ojluni/src/main/native/
zip_util.c 63 #define MLOCK(lock) JVM_RawMonitorEnter(lock)
820 MLOCK(zfiles_lock);
909 MLOCK(zfiles_lock);
940 MLOCK(zfiles_lock);
    [all...]
  /external/ltp/testcases/kernel/mem/lib/
mem.c 42 if (testcase == MLOCK) {
43 while (mlock(s, length) == -1 && loop > 0) {
112 * valid choices are: NORMAL, MLOCK and KSM
225 oom(MLOCK, lite, retcode, allow_sigkill);

Completed in 59 milliseconds