]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add pthread_getname_np() and pthread_setname_np() aliases
authorkib <kib@FreeBSD.org>
Wed, 3 Jun 2020 20:54:36 +0000 (20:54 +0000)
committerkib <kib@FreeBSD.org>
Wed, 3 Jun 2020 20:54:36 +0000 (20:54 +0000)
commit02a4d1994dae198eb1d7c8233676bd18c313a7c1
treea387024ca569aaacd1215dd2e61951f0357cb47e
parentacf1fa2b551eb25d0677a514661ec83b6227374e
Add pthread_getname_np() and pthread_setname_np() aliases

for pthread_get_name_np() and pthread_set_name_np(), to be
compatible with Linux.

PR: 238404
Proposed and reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D25117
include/pthread_np.h
lib/libthr/pthread.map
lib/libthr/thread/thr_info.c
share/man/man3/Makefile
share/man/man3/pthread_set_name_np.3