freebsd-src/lib/libthr/thread
David Xu b620798174 Disable POSIX SIGEV_THREAD notification support, soon we will have a common
library which can be reused both for libthr and libpthread.
2006-02-22 02:52:22 +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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_attr.c Return real detached state. 2006-01-09 03:59:51 +00:00
thr_autoinit.c
thr_barrier.c Pass exact number of threads. 2005-04-04 23:43:53 +00:00
thr_barrierattr.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_cancel.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_clean.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_concurrency.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_cond.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_condattr.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
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 Add missing event reporting code. 2005-04-12 03:08:11 +00:00
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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
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 Rework last change of pthread_once, create a function _thr_once_init to 2006-02-15 23:05:03 +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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_kill.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_multi_np.c
thr_mutex.c Eliminate unused code. 2006-01-16 05:33:48 +00:00
thr_mutex_prioceiling.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_mutex_protocol.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_mutexattr.c Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared. 2005-10-24 05:16:41 +00:00
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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_rwlockattr.c
thr_self.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_sem.c Include needed headers that were obtained through <pthread.h>. Sort headers 2005-09-01 15:21:23 +00:00
thr_seterrno.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_setprio.c
thr_setschedparam.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_sig.c Refine thread suspension code, now thread suspension is a blockable 2006-01-05 13:51:22 +00:00
thr_sigmask.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_single_np.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_spec.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_symbols.c Include needed headers that were obtained through <pthread.h>. Sort headers 2005-09-01 15:21:23 +00:00
thr_syscalls.c Remove a redundant _get_curthread() call. 2005-11-02 14:06:29 +00:00
thr_timer.c Allow background threads to be suspended. 2006-01-08 01:49:31 +00:00
thr_umtx.c Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_umtx.h Hide umtx API symbols as well. 2005-12-21 03:53:29 +00:00
thr_yield.c