diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-09-09 22:38:12 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-09-09 22:38:12 +0000 |
| commit | 639b4ccf7d817035d2d9d5d52ab174bc32792a1d (patch) | |
| tree | ed9bcb347775fcc10bc5b238860733e4f869ae1e /lib/libpthread/thread/thr_private.h | |
| parent | 3c0f0ccce76efc877c8d68a1233878a202b05c5e (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 2 |
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); |
