aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_private.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2003-09-09 22:38:12 +0000
committerDavid Xu <davidxu@FreeBSD.org>2003-09-09 22:38:12 +0000
commit639b4ccf7d817035d2d9d5d52ab174bc32792a1d (patch)
treeed9bcb347775fcc10bc5b238860733e4f869ae1e /lib/libpthread/thread/thr_private.h
parent3c0f0ccce76efc877c8d68a1233878a202b05c5e (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
-rw-r--r--lib/libpthread/thread/thr_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 12ebe90e4b1c2..24c0ed5abdff8 100644
--- a/lib/libpthread/thread/thr_private.h
+++ b/lib/libpthread/thread/thr_private.h
@@ -1099,6 +1099,8 @@ int _pthread_rwlock_destroy (pthread_rwlock_t *);
struct pthread *_pthread_self(void);
int _pthread_setspecific(pthread_key_t, const void *);
void _pthread_yield(void);
+void _pthread_cleanup_push(void (*routine) (void *), void *routine_arg);
+void _pthread_cleanup_pop(int execute);
struct pthread *_thr_alloc(struct pthread *);
void _thr_exit(char *, int, char *);
void _thr_exit_cleanup(void);