diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-12-19 12:57:08 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-12-19 12:57:08 +0000 |
| commit | 22df7d650a24281e61947913c736b7163416dc39 (patch) | |
| tree | 904e71a8abdb4f456c1105a966ffacd9eeefa8ac /lib/libpthread/thread | |
| parent | 6abda1f09339e3c395822c4b834b869ecb6ec997 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index ac0428ab555f..98672bf109c6 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -100,12 +100,6 @@ } while (0) -/* - * Define the signals to be used for scheduling. - */ -#define _ITIMER_SCHED_TIMER ITIMER_PROF -#define _SCHED_SIGNAL SIGPROF - #define TIMESPEC_ADD(dst, src, val) \ do { \ (dst)->tv_sec = (src)->tv_sec + (val)->tv_sec; \ @@ -1073,11 +1067,8 @@ void _kse_init(); struct kse_group *_kseg_alloc(struct pthread *); void _kse_lock_wait(struct lock *, struct lockuser *lu); void _kse_lock_wakeup(struct lock *, struct lockuser *lu); -void _kse_sig_check_pending(struct kse *); void _kse_single_thread(struct pthread *); -void _kse_start(struct kse *); int _kse_setthreaded(int); -int _kse_isthreaded(void); void _kseg_free(struct kse_group *); int _mutex_cv_lock(pthread_mutex_t *); int _mutex_cv_unlock(pthread_mutex_t *); @@ -1177,15 +1168,6 @@ int _thr_rwlock_rdlock (pthread_rwlock_t *); int _thr_rwlock_wrlock (pthread_rwlock_t *); int _thr_rwlock_unlock (pthread_rwlock_t *); -/* XXX - Stuff that goes away when my sources get more up to date. */ -/* #include <sys/kse.h> */ -#ifdef SYS_KSE_H -int __sys_kse_create(struct kse_mailbox *, int); -int __sys_kse_thr_wakeup(struct kse_mailbox *); -int __sys_kse_exit(struct kse_mailbox *); -int __sys_kse_release(struct kse_mailbox *); -#endif - /* #include <sys/aio.h> */ #ifdef _SYS_AIO_H_ int __sys_aio_suspend(const struct aiocb * const[], int, const struct timespec *); |
