Searched refs:m_file_or_mapping_hnd (Results 1 – 1 of 1) sorted by relevance
148 , m_file_or_mapping_hnd(ipcdetail::invalid_file()) in mapped_region()255 file_handle_t m_file_or_mapping_hnd; member in boost::interprocess::mapped_region380 , m_file_or_mapping_hnd(ipcdetail::invalid_file()) in mapped_region()400 , m_file_or_mapping_hnd(ipcdetail::invalid_file()) in mapped_region()498 if(!winapi::duplicate_current_process_handle(mhandle.handle, &m_file_or_mapping_hnd)){ in mapped_region()517 else if(!async && m_file_or_mapping_hnd != winapi::invalid_handle_value && in flush()518 winapi::get_file_type(m_file_or_mapping_hnd) == winapi::file_type_disk){ in flush()519 return winapi::flush_file_buffers(m_file_or_mapping_hnd); in flush()565 if(m_file_or_mapping_hnd != ipcdetail::invalid_file()){ in priv_close()566 winapi::close_handle(m_file_or_mapping_hnd); in priv_close()[all …]