Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dfile_mapping.hpp200 BOOST_FORCEINLINE HANDLE_ open_file_mapping(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCSTR_ l… in open_file_mapping() function
246 BOOST_FORCEINLINE HANDLE_ open_file_mapping(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ … in open_file_mapping() function
/third_party/boost/boost/interprocess/
Dwindows_shared_memory.hpp210 m_handle = winapi::open_file_mapping(map_access, filename); in priv_open_or_create()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp739 inline void * open_file_mapping (unsigned long access, const char *name) in open_file_mapping() function