index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
bits
/
uClibc_mutex.h
Age
Commit message (
Expand
)
Author
2012-06-15
uClibc_pthread.h: do not install on target
Peter S. Mazinger
2012-06-15
uClibc_mutex.h: fix bug in conditional macros
Peter S. Mazinger
2010-07-03
remove extra comma in lock macro
Austin Foxley
2010-04-28
fix a few build errors for the no threads case
Austin Foxley
2010-04-22
nptl: fix libc internal, dynamically enabled locking
Timo Teräs
2010-04-20
nptl: remove unneeded libc-lock.h include
Timo Teräs
2010-04-16
libc: remove libc weak __pthreads_* wrappers
Timo Teras
2009-10-17
rework internal uClibc mutexes to support futex locking, and nptl
Austin Foxley
2008-11-26
- revert 24148:24151
Bernhard Reutner-Fischer
2008-11-25
- hide locks
Bernhard Reutner-Fischer
2007-01-10
Fix SEGV for static builds in exit() path.
Joakim Tjernlund
2006-12-11
fix building when pthread support is disabled
Mike Frysinger
2006-12-09
silence a lot of warnings and fix a few genuine bugs while I'm at it.
Eric Andersen
2006-12-08
finish the pthread locking cleanups. This should get things compiling again
Eric Andersen
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen