mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
This library is required for C11 conformance, and is tiny (11kB), so instead of creating a bunch of packages for it, put it in runtime. Although this is a core C library and might be expected to live in clibs, kib objected to this on the basis that almost nothing actually uses libstdthreads and putting it in clibs would be wasteful. MFC after: 1 day Reviewed by: kib Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D52792 |
||
|---|---|---|
| .. | ||
| call_once.c | ||
| cnd.c | ||
| Makefile | ||
| Makefile.depend | ||
| mtx.c | ||
| Symbol.map | ||
| thrd.c | ||
| thrd_create.3 | ||
| threads.h | ||
| tss.c | ||