summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_rtld.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove umtx_t definition, use type long directly, add wrapper functiondavidxu2007-11-211-5/+5
| | | | | _thr_umtx_wait_uint() for umtx operation UMTX_OP_WAIT_UINT, use the function in semaphore operations, this fixed compiler warnings.
* 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