]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add pthread_getname_np() and pthread_setname_np() aliases for
authorkib <kib@FreeBSD.org>
Wed, 10 Jun 2020 22:13:24 +0000 (22:13 +0000)
committerkib <kib@FreeBSD.org>
Wed, 10 Jun 2020 22:13:24 +0000 (22:13 +0000)
commiteec1e3ff377fe45e356007729c3f8cf1178dab08
treec2f576369fa4c0d8218a16b636da31368387c346
parent19c3c79d281bec3a95e4780f2fae2a2c0e37c725
Add pthread_getname_np() and pthread_setname_np() aliases for
pthread_get_name_np() and pthread_set_name_np().

This re-applies r361770 after compatibility fixes.

Reviewed by: antoine, jkim, markj
Tested by: antoine (exp-run)
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D25117
include/pthread.h
lib/libc/include/namespace.h
lib/libc/include/un-namespace.h
lib/libthr/pthread.map
lib/libthr/thread/thr_info.c
share/man/man3/Makefile
share/man/man3/pthread_set_name_np.3