freebsd-dev/lib/libpthread
Daniel Eischen 76f344139c Use the correct link entry for walking the list of threads.
While I'm here, use the TAILQ_FOREACH macro instead of a more
manual method which was inherited from libc_r (so we could
remove elements from the list which isn't needed for libpthread).

Submitted by:	Kazuaki Oda <kaakun@highway.ne.jp>
2003-04-28 21:35:06 +00:00
..
arch Add a macro to get the current thread mailbox pointer. 2003-04-23 21:49:34 +00:00
man MFlibc_r: add and document pthread_attr_get_np() function. 2003-03-03 22:40:20 +00:00
sys Protect thread errno from being changed while operating 2003-04-23 21:46:50 +00:00
test For now, build and install this as libkse instead of libpthread. 2002-12-08 22:43:31 +00:00
thread Use the correct link entry for walking the list of threads. 2003-04-28 21:35:06 +00:00
Makefile Remove the %gs restoring hack (already commented out). 2003-04-25 01:31:56 +00:00