Page MenuHomeFreeBSD

libthr: Use <machine/tls.h> for most MD TLS details.
ClosedPublic

Authored by jhb on Dec 8 2021, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 25 2025, 10:27 PM
Unknown Object (File)
Jun 17 2025, 6:56 AM
Unknown Object (File)
Jun 11 2025, 4:18 PM
Unknown Object (File)
Jun 9 2025, 6:36 PM
Unknown Object (File)
Jun 7 2025, 2:03 AM
Unknown Object (File)
May 23 2025, 10:52 AM
Unknown Object (File)
May 13 2025, 9:20 PM
Unknown Object (File)
May 9 2025, 11:30 AM
Subscribers

Details

Summary

Note that on amd64 this effectively removes the unused tcb_spare field
from the end of struct tcb since the definition of struct tcb in
<x86/tls.h> does not include that field.

Sponsored by: The University of Cambridge, Google Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Dec 8 2021, 9:52 PM
kib added inline comments.
lib/libthr/arch/mips/include/pthread_md.h
46

Is this check practically needed?

This revision is now accepted and ready to land.Dec 9 2021, 1:01 AM
lib/libthr/arch/mips/include/pthread_md.h
46

That's a good question. x86 does not check this and assumes that a TCB is always present.