Searched refs:MCL_CURRENT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h127 #define MCL_CURRENT 0x0001 /* [ML] Lock only current memory */ macro
/macosx-10.10/ntp-92/ntpd/
H A Dntpd.c786 #if defined(HAVE_MLOCKALL) && defined(MCL_CURRENT) && defined(MCL_FUTURE)
822 if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0)
824 #else /* not (HAVE_MLOCKALL && MCL_CURRENT && MCL_FUTURE) */
854 #endif /* not (HAVE_MLOCKALL && MCL_CURRENT && MCL_FUTURE) */

Completed in 70 milliseconds