summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-04Add minimal spin lock support.extra-stubsM Joonas Pihlaja2-4/+40
2010-03-04Add some support for modifying thread attributes.M Joonas Pihlaja2-3/+30
2010-03-04Add initial support for rwlocks.M Joonas Pihlaja2-8/+80
2010-03-04Add mutex attribute setters.M Joonas Pihlaja2-7/+70
2010-03-04Add support for setting pthread condattrs.M Joonas Pihlaja2-2/+20
2010-03-04Add stubs for creating and setting pthread attributes.M Joonas Pihlaja2-11/+110
2010-03-04Add the remaining pthread_* functions as not available ones.M Joonas Pihlaja1-0/+86
2010-03-04Sort the list of functions by name.M Joonas Pihlaja2-63/+63
2010-03-04Add a tool to create stubs.c from a list of functions.M Joonas Pihlaja4-5/+136
2009-11-06fix pthread_exit protoHEADmasterSamuel Thibault1-1/+1
2009-10-14Release libpthread-stubs 0.3Julien Danjou1-1/+1
2009-10-10Add additional pthread_* stubs and abort() on pthread_cond_*wait.Samuel Thibault2-4/+55
2009-10-09Revert "Provide sem_* functions"Julien Danjou2-104/+1
2009-09-23Release libpthread-stubs 0.2Julien Danjou1-1/+1
2009-08-20Provide sem_* functionsSamuel Thibault2-1/+104
2007-04-11Update autogen.sh to one that does objdir != srcdirMatthias Hopf1-1/+10
2006-11-23Add READMEJosh Triplett1-0/+9
2006-11-21Quote argument of test in AM_CONDITIONAL.Josh Triplett1-1/+1
2006-11-21Library that provides pthread stubs that are missing from your platform libc.Jamey Sharp7-0/+251