summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_pspinlock.c
Commit message (Collapse)AuthorAgeFilesLines
* Libpthread uses the convention that all of its (non-weak) symbolsdeischen2003-11-041-5/+11
| | | | | begin with underscores and provide weak definitions without underscores. Make the pthread spinlock conform to this convention.
* Add code to support pthread spin lock.davidxu2003-09-091-0/+154
Reviewed by: deischen
OpenPOWER on IntegriCloud