HardenedBSD/lib/libpthread/thread
Alexander Langer 9c49eac672 Fixed overallocation of _thread_fd_table.
PR:		3494
Submitted by:	Steve Bauer <sbauer@rock.sdsmt.edu>
1997-05-13 23:54:22 +00:00
..
Makefile.inc Bye bye CPLUSPLUSLIB hack! It's not needed any more. 1997-05-06 00:49:36 +00:00
thr_attr_destroy.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_getdetachstate.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_getstackaddr.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_getstacksize.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_init.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_setcreatesuspend_np.c
thr_attr_setdetachstate.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_setstackaddr.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_attr_setstacksize.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_clean.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_close.c
thr_cond.c Set wakeup time in pthread_cond_wait() to `forever' (-1) to prevent 1997-04-11 22:38:22 +00:00
thr_condattr_destroy.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_condattr_init.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_create.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_detach.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_equal.c
thr_exit.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_fcntl.c
thr_fork.c
thr_fsync.c
thr_getprio.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_info.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_init.c Fixed overallocation of _thread_fd_table. 1997-05-13 23:54:22 +00:00
thr_join.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_kern.c Fix indentations. Sigh. 1997-04-01 22:51:48 +00:00
thr_kill.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_mattr_init.c
thr_mattr_kind_np.c
thr_multi_np.c
thr_mutex.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_mutexattr_destroy.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_nanosleep.c Add const in the thread version of nanosleep()'s args 1997-05-12 10:02:18 +00:00
thr_once.c
thr_open.c Use libc makefiles from now on instead of duplicating them in libc_r. 1997-05-03 03:57:21 +00:00
thr_private.h remove prototype for nanosleep(), it's visible in unistd.h now. 1997-05-12 10:00:46 +00:00
thr_read.c Add parentheses to make blocking mode work. 1997-04-01 22:44:18 +00:00
thr_readv.c Add parentheses to make blocking mode work. 1997-04-01 22:44:18 +00:00
thr_resume_np.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_select.c
thr_self.c
thr_seterrno.c
thr_setprio.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sig.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigaction.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigmask.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigprocmask.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigsuspend.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_sigwait.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_single_np.c
thr_spec.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_suspend_np.c Submitted by: John Birrell 1997-02-05 23:26:09 +00:00
thr_wait4.c
thr_write.c Add parentheses to make blocking mode work. 1997-04-01 22:44:18 +00:00
thr_writev.c Add parentheses to make blocking mode work. 1997-04-01 22:44:18 +00:00
thr_yield.c