freebsd-dev/lib/libpthread/thread
Alfred Perlstein 4c263f605c time_to_sleep->tv_nsec > 1000000000
-to-
time_to_sleep->tv_nsec >= 1000000000
1999-08-19 23:18:07 +00:00
..
Makefile.inc In the words of the author: 1999-06-20 08:28:48 +00:00
thr_attr_destroy.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_getdetachstate.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_getinheritsched.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_getschedparam.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_getschedpolicy.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_getscope.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_getstackaddr.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_getstacksize.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_init.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setcreatesuspend_np.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setdetachstate.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setinheritsched.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setschedparam.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setschedpolicy.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setscope.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setstackaddr.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_attr_setstacksize.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_clean.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_close.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_cond.c Sanity check time structures passed in, return EINVAL like the system 1999-08-19 23:06:11 +00:00
thr_condattr_destroy.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_condattr_init.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_create.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_detach.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_equal.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_exit.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_fcntl.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_find_thread.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_fork.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_fsync.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_gc.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_getprio.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_getschedparam.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_info.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_init.c Fix thread initialization to allow for the case where stdio file 1999-08-05 12:08:10 +00:00
thr_join.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_kern.c handle under/overflow of time values in a more robust manner, 1999-08-19 16:49:53 +00:00
thr_kill.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_mattr_init.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_mattr_kind_np.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_multi_np.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_mutex_prioceiling.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_mutex_protocol.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_mutex.c In the words of the author: 1999-06-20 08:28:48 +00:00
thr_mutexattr_destroy.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_nanosleep.c time_to_sleep->tv_nsec > 1000000000 1999-08-19 23:18:07 +00:00
thr_once.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_open.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_poll.c Sanity check time structures passed in, return EINVAL like the system 1999-08-19 23:06:11 +00:00
thr_priority_queue.c In the words of the author: 1999-06-20 08:28:48 +00:00
thr_private.h Fix thread initialization to allow for the case where stdio file 1999-08-05 12:08:10 +00:00
thr_read.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_readv.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_resume_np.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_rwlock.c Removed some variable initializations which were unnecessary and divergent 1998-09-07 21:07:59 +00:00
thr_rwlockattr.c -Wall clean. 1998-09-07 19:23:55 +00:00
thr_select.c Sanity check time structures passed in, return EINVAL like the system 1999-08-19 23:06:11 +00:00
thr_self.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_seterrno.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_setprio.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_setschedparam.c In the words of the author: 1999-06-20 08:28:48 +00:00
thr_sig.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_sigaction.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_sigmask.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_sigpending.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_sigprocmask.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_sigsuspend.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_sigwait.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_single_np.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_spec.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_spinlock.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_suspend_np.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_switch_np.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_vfork.c In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias 1998-09-12 22:03:20 +00:00
thr_wait4.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_write.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_writev.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00
thr_yield.c Add RCS IDs to those files without them. 1999-08-05 12:15:30 +00:00