Home
last modified time | relevance | path

Searched hist:"8 de1a8131e42f96f8dcfbca9073896d249ff7d2c" (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_ctrdtr.cdiff 8de1a8131e42f96f8dcfbca9073896d249ff7d2c Tue Jan 25 20:38:34 CET 2022 John Baldwin <jhb@FreeBSD.org> libthr: Use TLS_TCB_* in _tcb_[cd]tor.

This matches libc and rtld in using the alignment (TLS_TCB_ALIGN) from
machine/tls.h instead of hardcoding 16.

Reviewed by: kib
Sponsored by: The University of Cambridge, Google Inc.
Differential Revision: https://reviews.freebsd.org/D34023