.. |
arch
|
Don't use FP instructions when building for m68010. Fixes broken sun2 build.
|
2003-03-01 11:51:59 +00:00 |
Makefile
|
Disable userlevel nanosleep() until I find the timer/alarm bug that it
|
2003-02-28 18:37:44 +00:00 |
TODO
|
pthread_kill() was implemented, remove from list
|
2003-02-06 09:55:47 +00:00 |
debuglog.c
|
printf format fixes.
|
2003-01-27 20:54:26 +00:00 |
genassym.sh
|
…
|
|
pthread.c
|
Disable userlevel nanosleep() until I find the timer/alarm bug that it
|
2003-02-28 18:37:44 +00:00 |
pthread.h
|
Add support for naming a thread, using an API compatible with Tru64 Unix:
|
2003-02-26 22:02:48 +00:00 |
pthread_alarms.c
|
Adapt to pthread__assert() and remove local debug toggle.
|
2003-02-15 04:37:04 +00:00 |
pthread_barrier.c
|
Remove unnecessary inclusion of <assert.h>.
|
2003-02-15 00:52:18 +00:00 |
pthread_cancelstub.c
|
Implement nanosleep() at userlevel. Threaded applications seem to like
|
2003-02-15 22:15:50 +00:00 |
pthread_cond.c
|
Remove debug toggle and add debug counter for signals and broadcasts
|
2003-02-15 04:38:33 +00:00 |
pthread_debug.c
|
…
|
|
pthread_debug.h
|
Move module-specific debugging definitions here.
|
2003-02-15 04:33:45 +00:00 |
pthread_int.h
|
Add support for naming a thread, using an API compatible with Tru64 Unix:
|
2003-02-26 22:02:48 +00:00 |
pthread_lock.c
|
Adapt to pthread__assert() and remove local debug toggle.
|
2003-02-15 04:37:04 +00:00 |
pthread_mutex.c
|
Remove unnecessary inclusion of <assert.h>.
|
2003-02-15 00:52:18 +00:00 |
pthread_queue.h
|
…
|
|
pthread_run.c
|
Adapt to pthread__assert() and remove local debug toggle.
|
2003-02-15 04:37:04 +00:00 |
pthread_rwlock.c
|
Remove unnecessary inclusion of <assert.h>.
|
2003-02-15 00:52:18 +00:00 |
pthread_sa.c
|
Adapt to pthread__assert() and remove local debug toggle.
|
2003-02-15 04:37:04 +00:00 |
pthread_sig.c
|
If pthreads hasn't started yet when calling sigsuspend, use the systemcall
|
2003-02-28 17:30:07 +00:00 |
pthread_sleep.c
|
Implement nanosleep() at userlevel. Threaded applications seem to like
|
2003-02-15 22:15:50 +00:00 |
pthread_specific.c
|
Remove unused #include <assert.h>
|
2003-02-15 04:39:16 +00:00 |
pthread_stack.c
|
Remove unnecessary inclusion of <assert.h>.
|
2003-02-15 00:52:18 +00:00 |
pthread_types.h
|
Make pthread_barrier_wait() handle spurious wakeups from pthread__block()
|
2003-01-25 00:47:05 +00:00 |
sched.c
|
…
|
|
sem.c
|
Correct omission in notice.
|
2003-01-24 01:54:02 +00:00 |
shlib_version
|
Add support for naming a thread, using an API compatible with Tru64 Unix:
|
2003-02-26 22:02:48 +00:00 |