index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
atomic_wait.h
Age
Commit message (
Expand
)
Author
2025-06-06
libstdc++: Add assertions to atomic waiting functions that need platform wait
Jonathan Wakely
2025-06-06
libstdc++: Optimize std::counting_semaphore for futex path
Jonathan Wakely
2025-05-30
libstdc++: Define __wait_result_type for atomic waiting
Jonathan Wakely
2025-05-30
libstdc++: Move atomic wait/notify entry points into the library
Jonathan Wakely
2025-05-30
libstdc++: Rename __waiter_pool_impl to __waitable_state
Jonathan Wakely
2025-05-30
libstdc++: Rename __atomic_compare to __atomic_eq
Jonathan Wakely
2025-05-30
libstdc++: Remove reinterpret_cast uses in atomic wait/notify
Jonathan Wakely
2025-05-30
libstdc++: Simplify futex wrapper functions for atomic wait/notify
Jonathan Wakely
2025-05-30
libstdc++: Fix race condition in new atomic notify code
Jonathan Wakely
2025-05-30
libstdc++: Various fixes for atomic wait/notify code
Jonathan Wakely
2025-05-30
libstdc++: Whitespace fixes in atomic wait/notify code
Jonathan Wakely
2025-05-30
libstdc++: Pass __wait_args to internal API by const pointer
Thomas Rodgers
2025-05-30
libstdc++: Atomic wait/notify ABI stabilization
Thomas Rodgers
2025-01-02
Update copyright years.
Jakub Jelinek
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-08-01
libstdc++: Remove unnecessary uses of <stdint.h>
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-12-07
libstdc++: Use <cstdint> instead of <stdint.h> in <bits/atomic_wait.h>
Jonathan Wakely
2023-11-28
libstdc++: Include <stdint.h> in <bits/atomic_wait.h>
Jonathan Wakely
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-01-16
Update copyright years.
Jakub Jelinek
2023-01-12
libstdc++: Use lock-free type for __platform_wait_t
Jonathan Wakely
2022-11-06
libstdc++: Declare const global variables inline
Patrick Palka
2022-08-04
libstdc++: Unblock atomic wait on non-futex platforms [PR106183]
Jonathan Wakely
2022-07-26
libstdc++: Minor codegen improvement for atomic wait spinloop
Thomas Rodgers
2022-02-10
libstdc++: Strengthen memory order for atomic<T>::wait/notify
Thomas Rodgers
2022-02-09
libstdc++: Fix deadlock in atomic wait [PR104442]
Thomas Rodgers
2022-02-01
Strengthen memory order for atomic<T>::wait/notify
Thomas Rodgers
2022-01-03
Update copyright years.
Jakub Jelinek
2021-10-07
libstdc++: Avoid use of hardware interference non-constant [PR102377]
Jonathan Wakely
2021-09-28
libstdc++: Define macro before it is first checked
Jonathan Wakely
2021-05-17
libstdc++: Fix wrong thread waking on notify [PR100334]
Thomas Rodgers
2021-04-22
libstdc++: Fix "bare" notifications dropped by waiters check
Thomas Rodgers
2021-04-20
libstdc++: Refactor/cleanup of C++20 atomic wait implementation
Thomas Rodgers
2021-02-19
libstdc++: Fix __thread_relax for non-gthreads non-x86 targets
Jonathan Wakely
2021-02-15
libstdc++: Fix __thread_yield for non-gthreads targets
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-12-01
Add feature test macro for atomic<T>::wait
Thomas Rodgers
2020-11-26
libstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAIT
Jonathan Wakely
2020-11-25
libstdc++: Encapsulate __gthread_cond_t as std::__condvar
Jonathan Wakely
2020-11-25
libstdc++: Fix silly typos [PR 97936]
Jonathan Wakely
2020-11-25
libstdc++: Fix handling of futex wake [PR 97936]
Jonathan Wakely
2020-11-23
libstdc++: Fix linker errors due to missing 'inline' keywords
Stephan Bergmann
2020-11-23
libstdc++: make atomic waiting depend on gthreads or futexes
Jonathan Wakely
2020-11-21
libstdc++: Fix atomic waiting for non-linux targets
Jonathan Wakely
2020-11-20
libstdc++: Add C++2a synchronization support
Thomas Rodgers