.. |
arch
|
Mutexes:
|
2007-11-13 17:20:08 +00:00 |
Makefile
|
document following functions.
|
2007-12-14 21:51:21 +00:00 |
pthread_attr_getname_np.3
|
document following functions.
|
2007-12-14 21:51:21 +00:00 |
pthread_attr_setcreatesuspend_np.3
|
|
|
pthread_attr_setname_np.3
|
document following functions.
|
2007-12-14 21:51:21 +00:00 |
pthread_attr.3
|
Use more markup. New sentence, new line.
|
2007-12-01 19:03:26 +00:00 |
pthread_attr.c
|
Remove PT_FIXEDSTACKSIZE_LG.
|
2007-08-16 01:09:34 +00:00 |
pthread_barrier_destroy.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_barrier_init.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_barrier_wait.3
|
New sentence, new line.
|
2005-06-17 18:23:52 +00:00 |
pthread_barrier.c
|
Remove the debuglog stuff. ktrace is more useful now.
|
2007-11-19 15:14:11 +00:00 |
pthread_barrierattr.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_cancel.3
|
|
|
pthread_cancelstub.c
|
int -> ssize_t in a couple of places.
|
2007-11-19 15:12:18 +00:00 |
pthread_cleanup_push.3
|
|
|
pthread_cond_broadcast.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_cond_destroy.3
|
|
|
pthread_cond_init.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_cond_wait.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_cond.c
|
Remove the debuglog stuff. ktrace is more useful now.
|
2007-11-19 15:14:11 +00:00 |
pthread_condattr.3
|
Fix various spelling errors.
|
2005-06-17 18:07:06 +00:00 |
pthread_create.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_detach.3
|
|
|
pthread_equal.3
|
|
|
pthread_exit.3
|
|
|
pthread_getname_np.3
|
document following functions.
|
2007-12-14 21:51:21 +00:00 |
pthread_getspecific.3
|
|
|
pthread_int.h
|
Remove the debuglog stuff. ktrace is more useful now.
|
2007-11-19 15:14:11 +00:00 |
pthread_join.3
|
|
|
pthread_key_create.3
|
|
|
pthread_key_delete.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_kill.3
|
|
|
pthread_lock.c
|
For PR bin/37347:
|
2007-11-13 15:57:10 +00:00 |
pthread_misc.c
|
Mutexes:
|
2007-11-13 17:20:08 +00:00 |
pthread_mutex2.c
|
pthread__mutex_lock_slow: avoid entering the waiters list if a race to
|
2007-12-07 01:38:38 +00:00 |
pthread_mutex_destroy.3
|
|
|
pthread_mutex_init.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_mutex_lock.3
|
|
|
pthread_mutex_unlock.3
|
|
|
pthread_mutex.c
|
Remove the debuglog stuff. ktrace is more useful now.
|
2007-11-19 15:14:11 +00:00 |
pthread_mutexattr.3
|
Fixed spelling error.
|
2007-04-17 21:11:47 +00:00 |
pthread_once.3
|
|
|
pthread_queue.h
|
|
|
pthread_rwlock2.c
|
Mutexes:
|
2007-11-13 17:20:08 +00:00 |
pthread_rwlock_destroy.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_init.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_rdlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_unlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock_wrlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_rwlock.c
|
For PR bin/37347:
|
2007-11-13 15:57:10 +00:00 |
pthread_rwlockattr.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_schedparam.3
|
Add restrict qualifiers to <pthread.h> function arguments.
|
2005-03-21 17:55:07 +00:00 |
pthread_self.3
|
|
|
pthread_setname_np.3
|
document following functions.
|
2007-12-14 21:51:21 +00:00 |
pthread_setspecific.3
|
|
|
pthread_sigmask.3
|
pthread_sigmask(): Add restrict qualifier to set, oset args.
|
2006-01-07 20:10:29 +00:00 |
pthread_specific.c
|
Back out previous now that libc/libpthread are initialized first.
|
2007-12-07 20:36:52 +00:00 |
pthread_spin_destroy.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_spin_init.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_spin_lock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_spin_unlock.3
|
New sentence, new line.
|
2005-06-17 18:26:53 +00:00 |
pthread_spin.c
|
For PR bin/37347:
|
2007-11-13 15:57:10 +00:00 |
pthread_suspend_np.3
|
|
|
pthread_testcancel.3
|
|
|
pthread_tsd.c
|
- Reinitialize the absolute minimum when recycling user thread state.
|
2007-08-16 12:01:49 +00:00 |
pthread_types.h
|
- Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait().
|
2007-09-07 14:09:27 +00:00 |
pthread.3
|
Sync with reality, and note that programs must link against the dynamic
|
2007-11-19 15:53:20 +00:00 |
pthread.c
|
Remove test of pthread__osrev that is no longer needed.
|
2007-12-11 03:21:30 +00:00 |
pthread.h
|
Add thr_curcpu(), pthread_curcpu_np().
|
2007-11-27 20:58:26 +00:00 |
README
|
Note that libpthread_dbg needs to be checked after making changes to
|
2007-10-16 15:21:54 +00:00 |
res_state.c
|
For PR bin/37347:
|
2007-11-13 15:57:10 +00:00 |
sched_yield.3
|
Grammar improvements.
|
2004-12-15 16:37:58 +00:00 |
sched.c
|
Change the sched_*() functions to return -1 and set errno to ENOSYS
|
2005-10-09 11:17:28 +00:00 |
sem.c
|
sem_post(): pthread__self() is no longer used here.
|
2007-09-14 09:15:41 +00:00 |
shlib_version
|
Bump libc/libpthread minor for thr_curcpu()/pthread_curcpu_np().
|
2007-11-27 21:06:41 +00:00 |
TODO
|
Mutexes:
|
2007-11-13 17:20:08 +00:00 |