aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_cond_wait.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-2/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-07-07nptl: Reduce the GLIBC_PRIVATE ABIFlorian Weimer1-2/+3
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-6/+3
2021-05-19nptl: Add missing __pthread_cond_wait alias in static buildsFlorian Weimer1-0/+3
2021-05-03nptl: Move cnd_wait into libcFlorian Weimer1-2/+0
2021-05-03nptl: Move cnd_timedwait into libcFlorian Weimer1-4/+6
2021-04-21nptl: Move core condition variable functions into libcFlorian Weimer1-20/+42
2021-01-04nptl: Fix comment typo in pthread_cond_wait.cJangwoong Kim1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-27nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella1-2/+2
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella1-20/+2
2020-09-02y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski1-8/+35
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe1-5/+0
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe1-5/+4
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe1-6/+38
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe1-26/+6
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-159/+595
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-06Function declaration cleanupAdhemerval Zanella1-3/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-20Include <kernel-features.h> explicitly where required.Joseph Myers1-0/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar1-8/+49
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath1-3/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-01-19Fix comment typos.Roland McGrath1-2/+2
2007-08-11* pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper1-19/+15
2007-08-01* sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper1-7/+7
2007-06-08[BZ #4586]Ulrich Drepper1-4/+12
2007-05-29* sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper1-6/+6
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-0/+191
2007-07-31.Jakub Jelinek1-191/+0
2006-10-28* sysdeps/pthread/pthread_barrier_wait.c: Move to...Ulrich Drepper1-0/+191
2003-01-02Not needed anymore.Ulrich Drepper1-67/+0
2002-12-15Add namespace protected alias.Ulrich Drepper1-1/+2
2002-12-08Update.Ulrich Drepper1-2/+2
2002-11-26Initial revisioncvs/initialUlrich Drepper1-0/+66