freebsd-nq/lib/libthr/thread
2006-03-08 23:47:04 +00:00
..
Makefile.inc Disable POSIX SIGEV_THREAD notification support, soon we will have a common 2006-02-22 02:52:22 +00:00
thr_atfork.c
thr_attr.c Return real detached state. 2006-01-09 03:59:51 +00:00
thr_autoinit.c
thr_barrier.c
thr_barrierattr.c
thr_cancel.c
thr_clean.c
thr_concurrency.c
thr_cond.c
thr_condattr.c
thr_create.c Fix a bug recently introduced, the _thread_active_count should be 2006-01-08 10:13:18 +00:00
thr_detach.c Update copyright. 2005-12-17 09:42:45 +00:00
thr_equal.c
thr_event.c
thr_exit.c Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
thr_fork.c In preparation for a new malloc implementation: 2006-01-12 07:28:21 +00:00
thr_getprio.c
thr_getschedparam.c
thr_info.c use syscall thr_set_name to implement pthread_set_name_np. 2006-02-05 02:26:17 +00:00
thr_init.c Add some more pthread stubs so that librt can use them. 2006-03-05 18:10:28 +00:00
thr_join.c Clear return code to zero if joiner successfully waited joinee. 2005-12-19 03:20:55 +00:00
thr_kern.c
thr_kill.c
thr_list.c Now, thread name is stored in kernel, userland no longer has to keep it. 2006-02-05 03:04:54 +00:00
thr_main_np.c
thr_multi_np.c
thr_mutex_prioceiling.c
thr_mutex_protocol.c
thr_mutex.c Reimplement mutex_init to get rid of compile warning. 2006-02-28 06:06:19 +00:00
thr_mutexattr.c
thr_once.c Rework last change of pthread_once, create a function _thr_once_init to 2006-02-15 23:05:03 +00:00
thr_printf.c
thr_private.h Rework last change of pthread_once, create a function _thr_once_init to 2006-02-15 23:05:03 +00:00
thr_pspinlock.c
thr_resume_np.c Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
thr_rwlock.c
thr_rwlockattr.c
thr_self.c
thr_sem.c
thr_seterrno.c
thr_setprio.c
thr_setschedparam.c
thr_sig.c Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
thr_sigmask.c
thr_single_np.c
thr_spec.c
thr_spinlock.c Increase the number of spinlocks, since libc's malloc implementation is 2006-01-13 06:14:04 +00:00
thr_stack.c
thr_suspend_np.c Read cycle count before sending signal, this fixes a userland thread 2006-02-20 09:02:40 +00:00
thr_switch_np.c
thr_symbols.c
thr_syscalls.c Remove a redundant _get_curthread() call. 2005-11-02 14:06:29 +00:00
thr_umtx.c
thr_umtx.h Hide umtx API symbols as well. 2005-12-21 03:53:29 +00:00
thr_yield.c