commit | 3d4d5dfe76c3dd39f6e432b45b8e3a88a59b0355 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin@peloton-tech.com> | Sat Oct 17 15:51:41 2015 -0700 |
committer | Austin Schuh <austin@peloton-tech.com> | Thu Oct 22 00:31:51 2015 -0700 |
tree | 24f3dbbb2f54d037b0d472ab371aa2e9fc35d7a1 | |
parent | 7b684d31b51be68049394cf1a2d0893fb3961d78 [diff] [blame] |
Made LockAllMemory public. Change-Id: I5d87b1abe15a2949d23312f005140f231761a61f
diff --git a/aos/linux_code/init.h b/aos/linux_code/init.h index 2e57166..9b0c3d6 100644 --- a/aos/linux_code/init.h +++ b/aos/linux_code/init.h
@@ -35,6 +35,8 @@ // name can have a maximum of 16 characters. void SetCurrentThreadName(const ::std::string &name); +void LockAllMemory(); + } // namespace aos #endif // AOS_LINUX_CODE_INIT_H_