commit | 4c58c6b4c4f02bbaf97e49f94397cd91f5587093 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Fri Aug 25 08:02:46 2023 -0400 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue Nov 14 18:23:42 2023 +0900 |
tree | 5af041fc6a114956d1c9d76aeb79635d7d94161c | |
parent | 44a431bbba3de1aedf3ee7f18a9c6b3b4b114d9c [diff] |
libc: common: support for C11 call_once() Add C11 call_once() support to go with C11 threads and mutexes. Signed-off-by: Christopher Friedt <cfriedt@meta.com>