#ifndef LOCKME_H #define LOCKME_H #include #include "die.h" static inline void xlockme(void) { if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) panic("Cannot lock pages!\n"); } static inline void xunlockme(void) { munlockall(); } #endif /* LOCKME_H */ ext.git/atom/net/smc/smc_clc.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
?id=efd89b60a35d6ab0bfdd24348a0b6dbe7118aee4'>Makefile
AgeCommit message (Expand)AuthorFilesLines
AgeCommit message (Expand)AuthorFilesLines