index
:
user/sven/glibc.git
master
origin/HEAD
origin/master
origin/release/2.10/master
origin/release/2.11/master
origin/release/2.12/master
origin/release/2.13/master
origin/release/2.14/master
origin/release/2.15/master
origin/release/2.16/master
origin/release/2.17/master
origin/release/2.18/master
origin/release/2.19/master
origin/release/2.20/master
origin/release/2.21/master
origin/release/2.22/master
origin/release/2.23/master
origin/release/2.24/master
origin/release/2.25/master
origin/release/2.26/master
origin/release/2.27/master
origin/release/2.28/master
origin/release/2.29/master
origin/release/2.30/master
origin/release/2.31/master
origin/release/2.32/master
origin/release/2.33/master
origin/release/2.34/master
origin/release/2.35/master
origin/release/2.36/master
origin/release/2.37/master
origin/release/2.38/master
origin/release/2.39/master
origin/release/2.40/master
origin/release/2.41/master
origin/release/2.42/master
origin/release/2.43/master
GNU C Library
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nptl
/
pthread_cond_wait.c
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-02-13
nptl: Remove unused __g_refs comment.
Carlos O'Donell
2025-01-17
nptl: Use all of g1_start and g_signals
Malte Skarupke
2025-01-17
nptl: rename __condvar_quiesce_and_switch_g1
Malte Skarupke
2025-01-17
nptl: Fix indentation
Malte Skarupke
2025-01-17
nptl: Use a single loop in pthread_cond_wait instaed of a nested loop
Malte Skarupke
2025-01-17
nptl: Remove g_refs from condition variables
Malte Skarupke
2025-01-17
nptl: Remove unnecessary quadruple check in pthread_cond_wait
Malte Skarupke
2025-01-17
nptl: Update comments and indentation for new condvar implementation
Malte Skarupke
2025-01-17
pthreads NPTL: lost wakeup fix 2
Frank Barrus
2025-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-07-07
nptl: Reduce the GLIBC_PRIVATE ABI
Florian Weimer
2021-06-15
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
2021-05-19
nptl: Add missing __pthread_cond_wait alias in static builds
Florian Weimer
2021-05-03
nptl: Move cnd_wait into libc
Florian Weimer
2021-05-03
nptl: Move cnd_timedwait into libc
Florian Weimer
2021-04-21
nptl: Move core condition variable functions into libc
Florian Weimer
2021-01-04
nptl: Fix comment typo in pthread_cond_wait.c
Jangwoong Kim
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-11-27
nptl: Add EOVERFLOW checks for futex calls
Adhemerval Zanella
2020-11-25
nptl: Remove futex_wait_cancelable
Adhemerval Zanella
2020-09-02
y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time
Lukasz Majewski
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-10-27
time: Introduce function to check correctness of nanoseconds value
Lukasz Majewski
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-07-12
nptl: Remove futex_supports_exact_relative_timeouts
Mike Crowe
2019-07-12
nptl: Add POSIX-proposed pthread_mutex_clocklock
Mike Crowe
2019-07-12
nptl: Add POSIX-proposed pthread_cond_clockwait
Mike Crowe
2019-07-12
nptl: Add clockid parameter to futex timed wait calls
Mike Crowe
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-08-31
[BZ #20271] Add newlines in __libc_fatal calls.
Paul Pluzhnikov
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-12-31
New condvar implementation that provides stronger ordering guarantees.
Torvald Riegel
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-06
Function declaration cleanup
Adhemerval Zanella
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-06-20
Include <kernel-features.h> explicitly where required.
Joseph Myers
2014-02-10
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-02-18
FUTEX_*_REQUEUE_PI support for non-x86 code
Siddhesh Poyarekar
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2012-05-25
Add systemtap static probe points in generic and x86_64 pthread code.
Roland McGrath
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
2011-01-19
Fix comment typos.
Roland McGrath
[next]