Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - revert 24148:24151 | Bernhard Reutner-Fischer | 2008-11-26 | 1 | -3/+3 |
| | |||||
* | - hide locks | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+3 |
| | |||||
* | Fix SEGV for static builds in exit() path. | Joakim Tjernlund | 2007-01-10 | 1 | -1/+1 |
| | | | | Leave the now obsolete libc/misc/pthread dir in for now. | ||||
* | fix building when pthread support is disabled | Mike Frysinger | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | silence a lot of warnings and fix a few genuine bugs while I'm at it. | Eric Andersen | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | finish the pthread locking cleanups. This should get things compiling again | Eric Andersen | 2006-12-08 | 1 | -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 do | Eric Andersen | 2006-12-07 | 1 | -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. |