summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_autoinit.c
Commit message (Collapse)AuthorAgeFilesLines
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-1/+4
| | | | | | | | | | | | | | | | | | | environment. This includes support for multiple KSEs and KSEGs. The ability to create more than 1 KSE via pthread_setconcurrency() is in the works as well as support for PTHREAD_SCOPE_SYSTEM threads. Those should come shortly. There are still some known issues which davidxu and I are working on, but it'll make it easier for us by committing what we have. This library now passes all of the ACE tests that libc_r passes with the exception of one. It also seems to work OK with KDE including konqueror, kwrite, etc. I haven't been able to get mozilla to run due to lack of java plugin, so I'd be interested to see how it works with that. Reviewed by: davidxu
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadalfred2002-05-111-0/+61
startup code rather than a static C++ object since c++ seems to be broken. This doesn't seem to work for staticically linked program just yet, I'll give that some more work when I get a chance.
OpenPOWER on IntegriCloud