Files
2025-08-24 08:30:46 +00:00

4 lines
139 B
Plaintext

libstdthreads implements the C11 threads standard as a wrapper around
POSIX threads.
The code comes from FreeBSD's src/lib/libstdthreads/.