freebsd-dev/lib/libpthread/thread
Doug Rabson 3c085f72bb * Fix the stack allocation code so that it works for alpha. Change it
to use mmap(..., MAP_STACK, ...) on alpha too since that should work
  now.
* Add hooks to allow GDB to access the internals of pthreads without
  having to know the exact layout of struct pthread.

Reviewed by: deischen
1999-11-28 19:47:43 +00:00
..
Makefile.inc add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_attr_destroy.c
thr_attr_getdetachstate.c
thr_attr_getinheritsched.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_attr_getschedparam.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_attr_getschedpolicy.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_attr_getscope.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_attr_getstackaddr.c
thr_attr_getstacksize.c
thr_attr_init.c
thr_attr_setcreatesuspend_np.c
thr_attr_setdetachstate.c
thr_attr_setinheritsched.c
thr_attr_setschedparam.c
thr_attr_setschedpolicy.c
thr_attr_setscope.c
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_cancel.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_clean.c
thr_close.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_cond.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_create.c * Fix the stack allocation code so that it works for alpha. Change it 1999-11-28 19:47:43 +00:00
thr_detach.c
thr_equal.c
thr_exit.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_fcntl.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_find_thread.c
thr_fork.c
thr_fsync.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_gc.c
thr_getprio.c
thr_getschedparam.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_info.c
thr_init.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_join.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_kern.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_kill.c
thr_mattr_init.c
thr_mattr_kind_np.c
thr_msync.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_multi_np.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutex.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_mutexattr_destroy.c
thr_nanosleep.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_once.c
thr_open.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_poll.c
thr_priority_queue.c
thr_private.h * Fix the stack allocation code so that it works for alpha. Change it 1999-11-28 19:47:43 +00:00
thr_read.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_readv.c
thr_resume_np.c
thr_rwlock.c
thr_rwlockattr.c
thr_select.c
thr_self.c
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_sig.c
thr_sigaction.c
thr_sigmask.c
thr_sigpending.c
thr_sigprocmask.c
thr_sigsuspend.c
thr_sigwait.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_single_np.c
thr_spec.c
thr_spinlock.c
thr_suspend_np.c
thr_switch_np.c
thr_vfork.c
thr_wait4.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_write.c add pthread_cancel, obtained from OpenBSD. 1999-11-28 05:38:13 +00:00
thr_writev.c
thr_yield.c