commit | b9db7df628a6a81a436e0afb1a699cb73aa4cf5b | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Fri Aug 25 07:30:54 2023 -0400 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue Nov 14 18:23:42 2023 +0900 |
tree | b714fc6ec8ab3ee4ca9af3b45e0629f6738f0b3b | |
parent | 70b03111ebaef374c9699418ef2883340de9cee3 [diff] |
libc: common: support for C11 thread-specific storage Add C11 thread-specific storage (tss) support to go with C11 threads and mutexes. Signed-off-by: Christopher Friedt <cfriedt@meta.com>