munlockall
error = munlockall();
int munlockall(void);
EXPECT_OK(munlockall());
else if (munlockall() == -1) {