Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/windows/
Dmapped_shared_memory.cpp204 nt_query_section_t query_section = nt_query_section.load(boost::memory_order_acquire); in obtain_size() local
206 if (BOOST_UNLIKELY(query_section == NULL)) in obtain_size()
216query_section = (nt_query_section_t)boost::winapi::get_proc_address(ntdll, "NtQuerySection"); in obtain_size()
217 if (BOOST_UNLIKELY(query_section == NULL)) in obtain_size()
223 nt_query_section.store(query_section, boost::memory_order_release); in obtain_size()
227 boost::winapi::NTSTATUS_ err = query_section in obtain_size()