summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_rtld.c
Commit message (Collapse)AuthorAgeFilesLines
* style(9)deischen2003-11-051-40/+53
| | | | Reviewed by: bde
* s/foo()/foo(void)/deischen2003-11-041-2/+3
| | | | Add a blank line after a variable declaration.
* Tweak rtld lock to allow recursive on reader lock and detect recursivedavidxu2003-08-101-10/+67
| | | | | | on writer lock. This is first cut at rwlock for rtld. Submitted by: desichen
* Temporary disable rwlock based code, replace it with low level KSE lockingdavidxu2003-06-281-0/+92
| | | | | | | code until rtld-elf and libkse can cooperate better, those code can be restored. Reviewed by: deischen
* Attempt to eliminate PLT relocations from rwlock aquire/releasekan2003-05-301-0/+137
path, making them suitable for direct use by the dynamic loader. Register libpthread-specific locking API with rtld on startup. This still has some rough edges with signals which should be addresses later. Approved by: re (scottl)
OpenPOWER on IntegriCloud