Page MenuHomeFreeBSD

intro.3: Mention the 'libstdthread' ISO C11 library
ClosedPublic

Authored by gbe on Nov 6 2022, 10:18 AM.
Tags
None
Referenced Files
F97400303: D37284.diff
Sun, Sep 29, 2:15 AM
F97214728: D37284.diff
Sat, Sep 28, 4:50 AM
Unknown Object (File)
Fri, Sep 27, 7:43 AM
Unknown Object (File)
Tue, Sep 24, 1:52 AM
Unknown Object (File)
Sun, Sep 22, 9:59 PM
Unknown Object (File)
Sun, Sep 22, 6:08 AM
Unknown Object (File)
Fri, Sep 20, 1:31 AM
Unknown Object (File)
Fri, Sep 20, 12:20 AM

Details

Summary

Document 'libstdthreads' (aka the ISO C11 '<threads.h>' library).

It's still relatively uncommon to see C11 '<threads.h>' being used, but it's
worth documenting, especially since FreeBSD requires a different library for
C11 threads compared to glibc (part of '-lpthread') or
musl libc (included by default).

PR: 267551
Submitted by: Alois Klink <alois plus freebsd at aloisklink dot com>

Test Plan

mandoc output review and 'mandoc -Tlint' checks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 48183
Build 45070: arc lint + arc unit