diff options
author | Thomas W Rodgers <rodgert@twrodgers.com> | 2023-02-10 10:09:06 -0800 |
---|---|---|
committer | Thomas W Rodgers <rodgert@twrodgers.com> | 2023-02-13 17:46:59 -0800 |
commit | 56cf9372c0596c4df4003c72dc4665a306fbfe31 (patch) | |
tree | a7bcfff63c4650a95be26cb0d0cf461bc5cd7a06 /gcc | |
parent | a8d769045b43e8509490362865a85cb31a855ccf (diff) | |
download | gcc-56cf9372c0596c4df4003c72dc4665a306fbfe31.zip gcc-56cf9372c0596c4df4003c72dc4665a306fbfe31.tar.gz gcc-56cf9372c0596c4df4003c72dc4665a306fbfe31.tar.bz2 |
libstdc++: Add missing free functions for atomic_flag [PR103934]
This patch adds -
atomic_flag_wait
atomic_flag_wait_explicit
atomic_flag_notify
atomic_flag_notify_explicit
Which were missed when commit 83a1be introduced C++20 atomic wait.
libstdc++-v3/ChangeLog:
PR libstdc++/103934
* include/std/atomic (atomic_flag_wait): Add.
(atomic_flag_wait_explicit): Add.
(atomic_flag_notify): Add.
(atomic_flag_notify_explicit): Add.
* testsuite/29_atomics/atomic_flag/wait_notify/1.cc:
Add test case to cover missing atomic_flag free functions.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions