aboutsummaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/condvar.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07libpthread/linuxthreads: add missing string.h include in condvar.cMarcus Haehnel1-0/+1
2024-03-07libpthread: Remove no longer valid attribute_unusedMarcus Haehnel1-1/+1
2024-02-22Introduce time64 support.Dmitry Chestnykh1-0/+4
2018-04-22linuxthreads: implement pthread_condattr_{s,g}etclock()Waldemar Brodkorb1-0/+48
2016-05-18remove linuxthreads.new, rename linuxthreads.oldWaldemar Brodkorb1-30/+30
2015-02-14Revert "resolve merge"Waldemar Brodkorb1-30/+30
2015-02-14resolve mergeWaldemar Brodkorb1-30/+30
2006-02-01change asm/volatile to __x__Peter S. Mazinger1-3/+3
2006-01-31initial import of latest linuxthreadsMike Frysinger1-0/+304
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger1-296/+0
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger1-89/+14
2005-09-09revert pthread_exit change until all files using new prototype is readyMike Frysinger1-4/+4
2005-09-08sync all the strong_alias and version compat stuff but make them no-ops with ...Mike Frysinger1-18/+93
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen1-224/+84
2002-07-19Fix spellingEric Andersen1-1/+1
2002-07-14Add missing pthread_condattr_getpshared and pthread_condattr_setpsharedEric Andersen1-0/+19
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen1-0/+417