freebsd_amp_hwpstate/lib/libkse/thread
Jason Evans f3ee83c3bf The second call to _thread_kern_sig_defer() in sem_post() should be a call
to _thread_kern_sig_undefer().
2000-08-23 07:59:50 +00:00
..
Makefile.inc Add wrapper for kevent() syscall 2000-08-07 16:51:56 +00:00
thr_aio_suspend.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_attr_destroy.c
thr_attr_getdetachstate.c Fixed missing consts for function parameters, so that the code matches 2000-05-11 15:57:17 +00:00
thr_attr_getinheritsched.c
thr_attr_getschedparam.c
thr_attr_getschedpolicy.c
thr_attr_getscope.c
thr_attr_getstackaddr.c Fixed missing consts for function parameters, so that the code matches 2000-05-11 15:57:17 +00:00
thr_attr_getstacksize.c Fixed missing consts for function parameters, so that the code matches 2000-05-11 15:57:17 +00:00
thr_attr_init.c
thr_attr_setcreatesuspend_np.c
thr_attr_setdetachstate.c
thr_attr_setinheritsched.c
thr_attr_setschedparam.c
thr_attr_setschedpolicy.c
thr_attr_setscope.c
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_cancel.c pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are 2000-06-14 17:17:41 +00:00
thr_clean.c
thr_close.c
thr_cond.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_creat.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_create.c
thr_detach.c
thr_equal.c
thr_exit.c
thr_fcntl.c
thr_find_thread.c
thr_fork.c
thr_fsync.c
thr_getprio.c
thr_getschedparam.c
thr_info.c Fix a memory leak. pthread_set_name_np() allocates space for a name, but 2000-05-16 22:08:14 +00:00
thr_init.c If multiple threads are blocked in sigwait() for the same signal that does 2000-06-27 21:30:16 +00:00
thr_join.c
thr_kern.c Add wrapper for kevent() syscall 2000-08-07 16:51:56 +00:00
thr_kill.c
thr_mattr_init.c
thr_mattr_kind_np.c
thr_msync.c
thr_multi_np.c
thr_mutex.c Fix an off-by-one error in the recursive mutex handling that made it 2000-08-13 01:30:36 +00:00
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutexattr_destroy.c
thr_nanosleep.c
thr_once.c Call _thread_init() from pthread_once() if it has not already been called. 2000-07-21 09:31:13 +00:00
thr_open.c
thr_pause.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_poll.c
thr_priority_queue.c
thr_private.h Add wrapper for kevent() syscall 2000-08-07 16:51:56 +00:00
thr_read.c
thr_readv.c
thr_resume_np.c pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are 2000-06-14 17:17:41 +00:00
thr_rwlock.c
thr_rwlockattr.c
thr_select.c
thr_self.c
thr_sem.c The second call to _thread_kern_sig_defer() in sem_post() should be a call 2000-08-23 07:59:50 +00:00
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c
thr_sigaction.c
thr_sigmask.c
thr_sigpending.c
thr_sigprocmask.c
thr_sigsuspend.c
thr_sigwait.c If multiple threads are blocked in sigwait() for the same signal that does 2000-06-27 21:30:16 +00:00
thr_single_np.c
thr_sleep.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_spec.c
thr_spinlock.c
thr_suspend_np.c pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() are 2000-06-14 17:17:41 +00:00
thr_switch_np.c
thr_system.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_tcdrain.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_vfork.c
thr_wait.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_wait4.c
thr_waitpid.c Change my email address in the copyright notices for the sake of consistency 2000-07-18 01:38:19 +00:00
thr_write.c
thr_writev.c
thr_yield.c