freebsd-nq/lib/libpthread/thread
John Birrell 2d8a580416 Add a warning message for a thread locking against itself. This is
not supposed to happen, but I have seen bogus g++ code that causes
it.
1998-06-06 07:27:06 +00:00
..
Makefile.inc I shouldn't do things early in the morning. 1998-06-01 02:14:34 +00:00
thr_attr_destroy.c
thr_attr_getdetachstate.c
thr_attr_getstackaddr.c
thr_attr_getstacksize.c
thr_attr_init.c
thr_attr_setcreatesuspend_np.c
thr_attr_setdetachstate.c
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_clean.c
thr_close.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_cond.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_create.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_detach.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_equal.c
thr_exit.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_fcntl.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_find_thread.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_fork.c Cleanup in the child, not the parent. 1998-05-02 03:42:20 +00:00
thr_fsync.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_getprio.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_info.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_init.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_join.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_kern.c Fix the incremental priority increment. 1998-04-30 21:50:29 +00:00
thr_kill.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_mattr_init.c
thr_mattr_kind_np.c
thr_multi_np.c
thr_mutex.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_mutexattr_destroy.c
thr_nanosleep.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_once.c
thr_open.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_private.h Re-design the thread specific key structure. 1998-06-06 07:20:23 +00:00
thr_read.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_readv.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_resume_np.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_select.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_self.c
thr_seterrno.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_setprio.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_sig.c I got the last commit back to front. 1998-06-06 07:02:27 +00:00
thr_sigaction.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_sigmask.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_sigprocmask.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_sigsuspend.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_sigwait.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_single_np.c
thr_spec.c Simplify the handling of thread specific data. Only track if a key 1998-06-06 07:24:24 +00:00
thr_spinlock.c Add a warning message for a thread locking against itself. This is 1998-06-06 07:27:06 +00:00
thr_suspend_np.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_wait4.c Change signal model to match POSIX (i.e. one set of signal handlers 1998-04-29 09:59:34 +00:00
thr_write.c When doing a blocking write, keep looping until all the bytes are 1998-05-25 21:45:52 +00:00
thr_writev.c Make a copy of the caller's iovec array, mallocing if necessary, 1998-05-27 00:44:58 +00:00
thr_yield.c Add sched_yield() witch is the draft 10 equivalent of pthread_yield() 1998-03-08 02:37:27 +00:00