Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dmapped_region.hpp404 file_handle_t native_mapping_handle = 0; in mapped_region() local
443 native_mapping_handle = winapi::create_file_mapping in mapped_region()
448 if(!native_mapping_handle){ in mapped_region()
452 handle_to_close = native_mapping_handle; in mapped_region()
457 native_mapping_handle = mhandle.handle; in mapped_region()
468 if(!winapi::get_file_mapping_size(native_mapping_handle, mapping_size)){ in mapped_region()
478 (native_mapping_handle, in mapped_region()