Home
last modified time | relevance | path

Searched refs:nt_query_section (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/log/src/windows/
Dmapped_shared_memory.cpp46 boost::atomic< mapped_shared_memory::nt_query_section_t > mapped_shared_memory::nt_query_section(st…
204 nt_query_section_t query_section = nt_query_section.load(boost::memory_order_acquire); in obtain_size()
223 nt_query_section.store(query_section, boost::memory_order_release); in obtain_size()
Dmapped_shared_memory.hpp55 static boost::atomic< nt_query_section_t > nt_query_section; member in boost::ipc::aux::mapped_shared_memory