about summary refs log tree commit diff
path: root/nptl/pthread_cond_wait.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-2/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* nptl: Reduce the GLIBC_PRIVATE ABIFlorian Weimer2021-07-071-2/+3
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-6/+3
* nptl: Add missing __pthread_cond_wait alias in static buildsFlorian Weimer2021-05-191-0/+3
* nptl: Move cnd_wait into libcFlorian Weimer2021-05-031-2/+0
* nptl: Move cnd_timedwait into libcFlorian Weimer2021-05-031-4/+6
* nptl: Move core condition variable functions into libcFlorian Weimer2021-04-211-20/+42
* nptl: Fix comment typo in pthread_cond_wait.cJangwoong Kim2021-01-041-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Add EOVERFLOW checks for futex callsAdhemerval Zanella2020-11-271-2/+2
* nptl: Remove futex_wait_cancelableAdhemerval Zanella2020-11-251-20/+2
* y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit timeLukasz Majewski2020-09-021-8/+35
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-121-5/+0
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-121-5/+4
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-121-6/+38
* nptl: Add clockid parameter to futex timed wait callsMike Crowe2019-07-121-26/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-159/+595
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Function declaration cleanupAdhemerval Zanella2015-01-061-3/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Include <kernel-features.h> explicitly where required.Joseph Myers2014-06-201-0/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-181-8/+49
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath2012-05-251-3/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix comment typos.Roland McGrath2011-01-191-2/+2
* * pthreadP.h (PTHREAD_ROBUST_MUTEX_PSHARED): Define.Ulrich Drepper2007-08-111-19/+15
* * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):Ulrich Drepper2007-08-011-7/+7
* [BZ #4586]Ulrich Drepper2007-06-081-4/+12
* * sysdeps/unix/sysv/linux/internaltypes.h: IntroduceUlrich Drepper2007-05-291-6/+6
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-0/+191
* .Jakub Jelinek2007-07-311-191/+0
* * sysdeps/pthread/pthread_barrier_wait.c: Move to...Ulrich Drepper2006-10-281-0/+191
* Not needed anymore.Ulrich Drepper2003-01-021-67/+0
* Add namespace protected alias.Ulrich Drepper2002-12-151-1/+2
* Update.Ulrich Drepper2002-12-081-2/+2
* Initial revision cvs/initialUlrich Drepper2002-11-261-0/+66