summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_rtld.c
Commit message (Expand)AuthorAgeFilesLines
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-011-6/+7
* clear lock to zero state if it is destroyed.davidxu2010-08-271-0/+3
* Decrease rdlock count only when thread unlocked a reader lock.davidxu2010-08-261-1/+1
* In the current code, rdlock_count is not correctly handled for some cases.attilio2009-07-061-0/+2
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, userwatson2009-04-191-2/+0
* 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