Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It turns out that __thread is now a gcc keyword. We used __thread in | Eric Andersen | 2002-10-13 | 1 | -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 to | Eric Andersen | 2002-07-01 | 1 | -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. This | Eric Andersen | 2001-11-14 | 1 | -0/+682 |
works for me when linking staticly on x86. |