Searched defs:thread_safe (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/histogram/accumulators/ | ||
D | thread_safe.hpp | 32 class thread_safe : public std::atomic<T> { class |
/third_party/cef/libcef/common/ | ||
D | value_base.h | 152 bool thread_safe() override { return true; } in thread_safe() function |