deprecation of ATOMIC_FLAG_INIT. Another option would have been to use macros to only initialize std::atomic_flag before C++20, but I decided to use one compilation path instead. The major difference between std::atomic_flag and std::atomic<bool> is that the former is guaranteed to be lock-free, but we already assume std::atomic<bool> is lock-free in many places. https://en.cppreference.com/w/cpp/atomic/atomic_flag PiperOrigin-RevId: 487397075 Change-Id: I3f1c539ec8b2ca58547282e69ed73e93243e8efe
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| address_is_readable.cc | Loading commit data... | |
| address_is_readable.h | Loading commit data... | |
| demangle.cc | Loading commit data... | |
| demangle.h | Loading commit data... | |
| demangle_test.cc | Loading commit data... | |
| elf_mem_image.cc | Loading commit data... | |
| elf_mem_image.h | Loading commit data... | |
| examine_stack.cc | Loading commit data... | |
| examine_stack.h | Loading commit data... | |
| stack_consumption.cc | Loading commit data... | |
| stack_consumption.h | Loading commit data... | |
| stack_consumption_test.cc | Loading commit data... | |
| stacktrace_aarch64-inl.inc | Loading commit data... | |
| stacktrace_arm-inl.inc | Loading commit data... | |
| stacktrace_config.h | Loading commit data... | |
| stacktrace_emscripten-inl.inc | Loading commit data... | |
| stacktrace_generic-inl.inc | Loading commit data... | |
| stacktrace_powerpc-inl.inc | Loading commit data... | |
| stacktrace_riscv-inl.inc | Loading commit data... | |
| stacktrace_unimplemented-inl.inc | Loading commit data... | |
| stacktrace_win32-inl.inc | Loading commit data... | |
| stacktrace_x86-inl.inc | Loading commit data... | |
| symbolize.h | Loading commit data... | |
| vdso_support.cc | Loading commit data... | |
| vdso_support.h | Loading commit data... |