summaryrefslogtreecommitdiffstats
path: root/include/pthread.h
Commit message (Collapse)AuthorAgeFilesLines
* It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen2002-10-131-2/+2
| | | | | | | | a few spots in our header files. In this change I do a s/__thread/__thread_id/ so we no longer conflict with newer CVS versions of gcc (such as the patched up gcc 3.2 included with RedHat 3.0). -Erik
* Patch from Ronald Wahl <rwa@peppercon.com> -- kill references toEric Andersen2002-07-011-4/+4
| | | | | the obsolete PTHREAD_MUTEX_FAST_NP, and change the default mutex type to adaptive
* Initial first (lame) pass at making a pthreads library. ThisEric Andersen2001-11-141-0/+682
works for me when linking staticly on x86.