summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_private.h
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-05-12 10:34:01 +0000
committermtm <mtm@FreeBSD.org>2003-05-12 10:34:01 +0000
commit100c8a533a024f8ca7be6d35fdbf5b80c9af6ab2 (patch)
treeb0da34cfc4b1144cb5532cff25a0071e471ee4c5 /lib/libthr/thread/thr_private.h
parentf6f3e2ff8f29ef1c2290bd3aa8eb455ba2c2bee2 (diff)
downloadFreeBSD-src-100c8a533a024f8ca7be6d35fdbf5b80c9af6ab2.zip
FreeBSD-src-100c8a533a024f8ca7be6d35fdbf5b80c9af6ab2.tar.gz
msg1
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
-rw-r--r--lib/libthr/thread/thr_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index 6399d21..8162309 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -727,6 +727,8 @@ void _thread_enter_cancellation_point(void);
void _thread_leave_cancellation_point(void);
void _thread_cancellation_point(void);
int _thread_suspend(pthread_t thread, struct timespec *abstime);
+void _thread_critical_enter(pthread_t);
+void _thread_critical_exit(pthread_t);
/* #include <sys/aio.h> */
#ifdef _SYS_AIO_H_
OpenPOWER on IntegriCloud