summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/uClibc_mutex.h
Commit message (Collapse)AuthorAgeFilesLines
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-3/+3
|
* - hide locksBernhard Reutner-Fischer2008-11-251-3/+3
|
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-101-1/+1
| | | | Leave the now obsolete libc/misc/pthread dir in for now.
* fix building when pthread support is disabledMike Frysinger2006-12-111-1/+1
|
* silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen2006-12-091-1/+1
|
* finish the pthread locking cleanups. This should get things compiling againEric Andersen2006-12-081-0/+1
| | | | though I still need to silence the warnings about _pthread_cleanup_push_defer
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-0/+87
things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking.