commit | 7e539e2706a7cc33d79bc2b528795f1b6c407843 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Thu Aug 03 21:45:50 2023 -0400 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue Nov 14 18:23:42 2023 +0900 |
tree | 2c202c794a00fada8cb5ae376c4fe1d97e5e3163 | |
parent | 0c2da383d33933a6557646ec8827311de7441b30 [diff] |
libc: common: support for C11 condition variables Add C11 condition variable support to go with C11 threads and mutexes. Signed-off-by: Christopher Friedt <cfriedt@meta.com>