freebsd-src/lib/libpthread
Daniel Eischen bd224d495e Change libkse back to libpthread and make it the default
thread library for i386, amd64, and ia64.  For alpha
and sparc64 the library is not changed and remains libkse,
and links are installed so that libpthread -> libc_r.

The gcc -pthread option will be changed in a separate
commit so that it links to -lpthread instead of -lc_r.

Approved by:	re@
2004-01-30 12:13:17 +00:00
..
arch Simplify the contexts created by the kernel and remove the related 2003-12-07 20:47:33 +00:00
support The caller is expected to set up PIC register corectly before 2003-09-05 18:08:19 +00:00
sys Add the ability to reinitialize libpthread's internal FIFO-queueing 2003-11-04 20:01:38 +00:00
test This test relies on the concurrency level being 1; make it so. 2003-10-20 04:23:49 +00:00
thread Return EPERM if mutex owner is not current thread but it tries to 2004-01-17 03:09:57 +00:00
Makefile Change libkse back to libpthread and make it the default 2004-01-30 12:13:17 +00:00
pthread.map Implement sigaltstack() as per-threaded. Current only scope process thread 2003-12-29 23:21:09 +00:00