..
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
Make WARNS2 clean. The fixes mostly included:
2003-05-23 09:48:20 +00:00
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
The pthread_attr_set_createsuspend_np was broken, fix it by
2005-10-10 12:15:07 +00:00
thr_detach.c
Import my recent 1:1 threading working. some features improved includes:
2005-04-02 01:20:00 +00:00
thr_equal.c
- Add libthr but don't hook it up to the regular build yet. This is an
2003-04-01 03:46:29 +00:00
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
Import my recent 1:1 threading working. some features improved includes:
2005-04-02 01:20:00 +00:00
thr_getprio.c
- Add libthr but don't hook it up to the regular build yet. This is an
2003-04-01 03:46:29 +00:00
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
Add code to handle timer_delete(). The timer wrapper code is completely
2005-11-01 06:53:22 +00:00
thr_join.c
Follow the change in kernel, joiner thread just waits at thread id
2005-10-26 07:11:43 +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
- Add libthr but don't hook it up to the regular build yet. This is an
2003-04-01 03:46:29 +00:00
thr_mutex.c
- Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.
2005-08-19 21:31:42 +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
Import my recent 1:1 threading working. some features improved includes:
2005-04-02 01:20:00 +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
Add code to handle timer_delete(). The timer wrapper code is completely
2005-11-01 06:53:22 +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
- Add libthr but don't hook it up to the regular build yet. This is an
2003-04-01 03:46:29 +00:00
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
- Add libthr but don't hook it up to the regular build yet. This is an
2003-04-01 03:46:29 +00:00
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
Import my recent 1:1 threading working. some features improved includes:
2005-04-02 01:20:00 +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
Add a cancellation point for usleep().
2005-08-03 00:47:31 +00:00
thr_timer.c
Add code to handle timer_delete(). The timer wrapper code is completely
2005-11-01 06:53:22 +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
Cast to uintptr_t to avoid compiler warning, it was broken by
2005-07-28 03:34:54 +00:00
thr_yield.c
- Add libthr but don't hook it up to the regular build yet. This is an
2003-04-01 03:46:29 +00:00