Searched refs:mlockall (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h190 int mlockall(int);
/macosx-10.10/ntp-92/ntpd/
H A Dntpd.c802 "Cannot adjust stack limit for mlockall: %m");
822 if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0)
823 msyslog(LOG_ERR, "mlockall(): %m");
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c1095 mlockall(__unused proc_t p, __unused struct mlockall_args *uap, __unused int32_t *retval) function

Completed in 127 milliseconds