Home
last modified time | relevance | path

Searched defs:thread_safe (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/histogram/accumulators/
Dthread_safe.hpp32 class thread_safe : public std::atomic<T> { class
37 thread_safe() noexcept : super_t(static_cast<T>(0)) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
39 thread_safe(const thread_safe& o) noexcept : super_t(o.load()) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
45 thread_safe(value_type arg) : super_t(arg) {} in thread_safe() function in boost::histogram::accumulators::thread_safe
/third_party/cef/libcef/common/
Dvalue_base.h152 bool thread_safe() override { return true; } in thread_safe() function
184 bool thread_safe() override { return false; } in thread_safe() function