aboutsummaryrefslogtreecommitdiff
path: root/include/pthread_np.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2025-05-16 13:18:21 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2025-05-19 06:07:43 +0000
commit31760ee65ae3e79434fb257d93e17a6de6021f48 (patch)
tree39ec5375cbc3c86c28769d627e2814680840e5db /include/pthread_np.h
parentc0fdd2bf944bb646116c6cd9879560579ebaa563 (diff)
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h2
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);