freebsd-dev/lib/libthr/thread
David Xu 5131df80a5 1. Add SIGEV_THREAD notification for mq_notify.
2. Reuse current timer code and abstract some common code to
   to support both timer and mqueue.
2006-01-04 11:48:02 +00:00
..
Makefile.inc Add timer_create wrapper. 2005-10-30 03:16:30 +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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +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 Update copyright. 2005-12-17 09:42:45 +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 Follow the change in kernel, joiner thread just waits at thread id 2005-10-26 07:11:43 +00:00
thr_fork.c Remove in-progress wait code to sync with libpthread's behavior. 2006-01-03 13:30:23 +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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +00:00
thr_init.c 1. Retire macro SCLASS, instead simply use language keyword and 2005-12-21 03:14:06 +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 Add debugger event reporting support, current only TD_CREATE and TD_DEATH 2005-04-12 03:00:28 +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_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_mutex.c Let _mutex_cv_lock call internal functiona mutex_lock_common. 2005-12-21 05:14:07 +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 Update copyright. 2005-12-17 09:42:45 +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 Hide umtx API symbols as well. 2005-12-21 03:53:29 +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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +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 Update copyright. 2005-12-17 09:42:45 +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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +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 Import my recent 1:1 threading working. some features improved includes: 2005-04-02 01:20:00 +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 1. Add SIGEV_THREAD notification for mq_notify. 2006-01-04 11:48:02 +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