commit | 97668b8b09c310eea4f383c48a78e55e6cec8163 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Mon Jul 24 20:51:00 2023 -0400 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue Nov 14 18:23:42 2023 +0900 |
tree | b175e309c012522cde0afa3c5ace8a2f01192b0b | |
parent | dd27dff492e12c83431e1a20ff843ad0754c1127 [diff] |
libc: common: add support for iso c11 threads This change capitalizes on newly added support for dynamic thread stacks and the existing pthread support to provide an implementation of the ISO C11 `<threads.h>` API. Signed-off-by: Christopher Friedt <cfriedt@meta.com>