freebsd-nq/lib/libpthread/thread
Alexander Langer 09bb0da60c Modify the return values to comply with POSIX. Previously these
functions would return -1 and set errno to indicate the specific error.
POSIX requires that the functions return the error code as the return
value of the function instead.
1997-11-25 01:29:16 +00:00
..
Makefile.inc Added missing source file uthread_sigwait.c. 1997-11-24 23:04:29 +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
thr_cond.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_condattr_destroy.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_condattr_init.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_create.c
thr_detach.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_equal.c
thr_exit.c
thr_fcntl.c
thr_fork.c
thr_fsync.c
thr_getprio.c
thr_info.c
thr_init.c Fixed overallocation of _thread_fd_table. 1997-05-13 23:54:22 +00:00
thr_join.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_kern.c Fix indentations. Sigh. 1997-04-01 22:51:48 +00:00
thr_kill.c
thr_mattr_init.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_mattr_kind_np.c
thr_multi_np.c
thr_mutex.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_mutexattr_destroy.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_nanosleep.c Bring back nanosleep from the cold. 1997-06-04 13:03:12 +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
thr_select.c
thr_self.c
thr_seterrno.c
thr_setprio.c
thr_sig.c
thr_sigaction.c
thr_sigmask.c
thr_sigprocmask.c
thr_sigsuspend.c
thr_sigwait.c
thr_single_np.c
thr_spec.c Modify the return values to comply with POSIX. Previously these 1997-11-25 01:29:16 +00:00
thr_suspend_np.c
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