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
/
libpthread
/
linuxthreads
/
sysdeps
/
pthread
/
pthread.h
Age
Commit message (
Expand
)
Author
2012-11-18
drop support for pre ISO-C compilers
Mike Frysinger
2009-01-21
- commentary typo fix
Bernhard Reutner-Fischer
2008-12-29
- pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are not
Bernhard Reutner-Fischer
2006-12-08
finish the pthread locking cleanups. This should get things compiling again
Eric Andersen
2006-03-09
uClibc_pthread.h wasn't ever included
Peter S. Mazinger
2006-03-05
use sched_yield, not pthread_yield
Mike Frysinger
2006-02-16
It's not my day ..
Peter S. Mazinger
2006-02-16
Undo earlier change and sync new linuxthreads' guard w/ old
Peter S. Mazinger
2006-01-31
initial import of latest linuxthreads
Mike Frysinger
2005-11-15
rename current stable linuxthreads to linuxthreads.old to prepare for import ...
Mike Frysinger
2005-09-08
sync with glibc and import pthread_rwlock_timed{rd,wr}lock in the process
Mike Frysinger
2005-09-08
uClibc has pthread_attr_{get,set}stack now
Mike Frysinger
2005-09-08
sync misc trivial touchups from glibc
Mike Frysinger
2005-05-14
In order to accomodate usage of either pthreads implementation, we now
"Steven J. Hill"