commit | d949c9c8b8f892603486a7e983a30864ae2c3ece | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Sat Jun 01 07:43:50 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 14 14:01:05 2024 -0400 |
tree | b71c9ec23b2a693804556bb0b072493f61b55756 | |
parent | 510be57d7fb24e917c65cfa47ed89713ebca3c93 [diff] |
posix: add support for mlock() and munlock() Add support for mlock() and munlock(). These two functions comprise the _POSIX_MEMLOCK_RANGE Option which is required by PSE51, PSE52, PSE53, and PSE54. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>