freebsd-dev/lib/libkse/thread
David Xu 9abece6475 Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received
a signal will can not be removed from thread list after it exited.

Reviewed by: deischen
Approved by: re (jhb)
2003-05-30 14:50:16 +00:00
..
Makefile.inc Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_aio_suspend.c
thr_attr_destroy.c
thr_attr_get_np.c
thr_attr_getdetachstate.c
thr_attr_getguardsize.c
thr_attr_getinheritsched.c
thr_attr_getschedparam.c
thr_attr_getschedpolicy.c
thr_attr_getscope.c
thr_attr_getstack.c
thr_attr_getstackaddr.c
thr_attr_getstacksize.c
thr_attr_init.c
thr_attr_setcreatesuspend_np.c
thr_attr_setdetachstate.c
thr_attr_setguardsize.c
thr_attr_setinheritsched.c
thr_attr_setschedparam.c
thr_attr_setschedpolicy.c
thr_attr_setscope.c
thr_attr_setstack.c
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_autoinit.c
thr_cancel.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_clean.c
thr_close.c
thr_concurrency.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_cond.c Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_creat.c
thr_create.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_detach.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_equal.c
thr_exit.c Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_fcntl.c
thr_find_thread.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_fork.c
thr_fsync.c
thr_getprio.c
thr_getschedparam.c
thr_info.c
thr_init.c Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_join.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_kern.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_kill.c
thr_main_np.c
thr_mattr_init.c
thr_mattr_kind_np.c
thr_msync.c
thr_multi_np.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutex.c Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_mutexattr_destroy.c
thr_nanosleep.c Change low-level locking a bit so that we can tell if 2003-05-24 02:29:25 +00:00
thr_once.c
thr_open.c
thr_pause.c
thr_poll.c
thr_printf.c
thr_priority_queue.c
thr_private.h Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_pselect.c Eek, staticize a couple of functions that shouldn't 2003-05-19 23:04:50 +00:00
thr_read.c
thr_readv.c
thr_resume_np.c Fix suspend and resume. 2003-05-04 16:17:01 +00:00
thr_rtld.c Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_rwlock.c Attempt to eliminate PLT relocations from rwlock aquire/release 2003-05-30 00:21:52 +00:00
thr_rwlockattr.c
thr_select.c
thr_self.c
thr_sem.c
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received 2003-05-30 14:50:16 +00:00
thr_sigaction.c
thr_sigmask.c
thr_sigpending.c
thr_sigprocmask.c Call the __sys_sigprocmask(the system call) when sigprocmask() 2003-05-30 00:09:22 +00:00
thr_sigsuspend.c Add a method of yielding the current thread with the scheduler 2003-05-16 19:58:30 +00:00
thr_sigwait.c Add a method of yielding the current thread with the scheduler 2003-05-16 19:58:30 +00:00
thr_single_np.c
thr_sleep.c
thr_spec.c
thr_spinlock.c Don't really spin on a spinlock; silently convert it to the same 2003-05-29 17:10:45 +00:00
thr_stack.c
thr_suspend_np.c Fix suspend and resume. 2003-05-04 16:17:01 +00:00
thr_switch_np.c
thr_system.c
thr_tcdrain.c
thr_vfork.c
thr_wait4.c
thr_wait.c
thr_waitpid.c
thr_write.c
thr_writev.c
thr_yield.c Add a method of yielding the current thread with the scheduler 2003-05-16 19:58:30 +00:00