]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libthr: add pthread_sigqueue(3)
authorKonstantin Belousov <kib@FreeBSD.org>
Fri, 19 Apr 2024 14:40:40 +0000 (17:40 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Tue, 23 Apr 2024 16:51:22 +0000 (19:51 +0300)
commit220aa0f450409948b869237e5c4505f992c913ce
tree43e089652acc9f8f9f505137a50d78a961d7ab4f
parent97acb35bd704ac1ef0bd2e286eb8bd09ce4b3ef0
libthr: add pthread_sigqueue(3)

PR: 278459
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D44867
include/pthread.h
lib/libthr/pthread.map
lib/libthr/thread/Makefile.inc
lib/libthr/thread/thr_private.h
lib/libthr/thread/thr_sigqueue.c [new file with mode: 0644]