gcc/libstdc++-v3/testsuite/29_atomics
Thomas W Rodgers 56cf9372c0 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.
2023-02-13 17:46:59 -08:00
..
atomic Update copyright years. 2023-01-16 11:52:17 +01:00
atomic_flag libstdc++: Add missing free functions for atomic_flag [PR103934] 2023-02-13 17:46:59 -08:00
atomic_float Update copyright years. 2023-01-16 11:52:17 +01:00
atomic_integral Update copyright years. 2023-01-16 11:52:17 +01:00
atomic_ref Update copyright years. 2023-01-16 11:52:17 +01:00
headers Update copyright years. 2023-01-16 11:52:17 +01:00