diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2025-05-16 16:18:21 +0300 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2025-05-19 09:07:43 +0300 |
| commit | 31760ee65ae3e79434fb257d93e17a6de6021f48 (patch) | |
| tree | 39ec5375cbc3c86c28769d627e2814680840e5db /include | |
| parent | c0fdd2bf944bb646116c6cd9879560579ebaa563 (diff) | |
libthr: add stable user interface for sigfastblock(2)
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D50377
Diffstat (limited to 'include')
| -rw-r--r-- | include/pthread_np.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h index dcc762156a67..a9e738540db4 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -59,6 +59,8 @@ int pthread_resume_np(pthread_t); int pthread_peekjoin_np(pthread_t, void **); void pthread_set_name_np(pthread_t, const char *); int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *); +void pthread_signals_block_np(void); +void pthread_signals_unblock_np(void); int pthread_single_np(void); void pthread_suspend_all_np(void); int pthread_suspend_np(pthread_t); |
