Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp87 file_handle_t handle = create_or_open_file(name, read_write, p); in open_or_create_and_lock_file()
216 int fd = create_or_open_file(name, read_write, p);
Dfile_wrapper.hpp169 m_handle = create_or_open_file(filename, mode, perm); in priv_open_or_create()
Drobust_emulation.hpp103 fd = create_or_open_file(fname.c_str(), read_write, p); in robust_mutex_lock_file()
Dos_file_functions.hpp134 inline file_handle_t create_or_open_file in create_or_open_file() function
453 inline file_handle_t create_or_open_file
/third_party/boost/boost/interprocess/
Dshared_memory_object.hpp205 m_handle = ipcdetail::create_or_open_file(shmfile.c_str(), mode, perm, true); in priv_open_or_create()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk6920 …s://svn.boost.org/trac/boost/ticket/10506 Trac #10506 (['"Infinite loop in create_or_open_file"])].