Searched refs:create_or_open_file (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/interprocess/detail/ |
D | file_locking_helpers.hpp | 87 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);
|
D | file_wrapper.hpp | 169 m_handle = create_or_open_file(filename, mode, perm); in priv_open_or_create()
|
D | robust_emulation.hpp | 103 fd = create_or_open_file(fname.c_str(), read_write, p); in robust_mutex_lock_file()
|
D | os_file_functions.hpp | 134 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/ |
D | shared_memory_object.hpp | 205 m_handle = ipcdetail::create_or_open_file(shmfile.c_str(), mode, perm, true); in priv_open_or_create()
|
/third_party/boost/libs/interprocess/doc/ |
D | interprocess.qbk | 6920 …s://svn.boost.org/trac/boost/ticket/10506 Trac #10506 (['"Infinite loop in create_or_open_file"])].
|