summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_rtld.c
Commit message (Expand)AuthorAgeFilesLines
* When libthr and rtld start up, there are a number of magic spells castpeter2008-12-071-1/+1
* Provide custom simple allocator for rtld locks in libthr. The allocatorkib2008-12-021-23/+23
* Use native rwlock.davidxu2008-04-221-54/+20
* Replace function _umtx_op with _umtx_op_err, the later function directlydavidxu2008-04-021-1/+1
* Resolve __error()'s PLT early so that it needs not to be resolved again,davidxu2008-03-211-0/+3
* Preserve application code's errno in rtld locking code, it attemps to keepdavidxu2008-03-201-2/+31
* Remove umtx_t definition, use type long directly, add wrapper functiondavidxu2007-11-211-5/+5
* WARNS level 4 cleanup.davidxu2006-04-041-2/+2
* Only wake up writer if the lock is free.davidxu2006-03-251-2/+2
* Add locking support for rtld.davidxu2006-03-251-0/+219
OpenPOWER on IntegriCloud