commit | 6bc42ae3092a383949ae8124befa1d423b1c2a44 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Wed May 12 23:10:39 2021 +0900 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu May 13 07:30:43 2021 -0500 |
tree | 91a2387201cd8aefe51fb6dd86d92498309f779b | |
parent | 1ff6664e982f105b69e6e8de431deb04013ba41c [diff] |
tests: lib: Add newlib thread safety test This commit adds a new test to verify the thread safety of the C standard functions provided by newlib. Only the memory management functions (malloc and free) are tested at this time; this test will be further extended in the future, to verify the thread safety and re-entrancy of all supported newlib functions. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>