Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp59 typedef void * file_handle_t; typedef
83 inline mapping_handle_t mapping_handle_from_file_handle(file_handle_t hnd) in mapping_handle_from_file_handle()
91 inline mapping_handle_t mapping_handle_from_shm_handle(file_handle_t hnd) in mapping_handle_from_shm_handle()
99 inline file_handle_t file_handle_from_mapping_handle(mapping_handle_t hnd) in file_handle_from_mapping_handle()
125 inline file_handle_t create_new_file in create_new_file()
134 inline file_handle_t create_or_open_file in create_or_open_file()
143 inline file_handle_t open_existing_file in open_existing_file()
154 inline bool truncate_file (file_handle_t hnd, std::size_t size) in truncate_file()
199 inline bool get_file_size(file_handle_t hnd, offset_t &size) in get_file_size()
202 inline bool set_file_pointer(file_handle_t hnd, offset_t off, file_pos_t pos) in set_file_pointer()
[all …]
Dfile_wrapper.hpp65 : m_handle(file_handle_t(ipcdetail::invalid_file())) in file_wrapper()
115 file_handle_t m_handle;
121 : m_handle(file_handle_t(ipcdetail::invalid_file())) in file_wrapper()
132 { return get_file_size((file_handle_t)m_handle, size); } in get_size()
Drobust_emulation.hpp52 file_handle_t fhnd = open_existing_file(file_path, read_write); in remove_if_can_lock_file()
90 file_handle_t fd;
125 file_handle_t fd2 = create_new_file(fname.c_str(), read_write, p); in robust_mutex_lock_file()
310 file_handle_t fhnd = open_existing_file(file.c_str(), read_write); in is_owner_dead()
Dfile_locking_helpers.hpp87 file_handle_t handle = create_or_open_file(name, read_write, p); in open_or_create_and_lock_file()
109 file_handle_t handle = open_existing_file(name, read_write); in try_open_and_lock_file()
/third_party/boost/boost/interprocess/sync/
Dfile_lock.hpp55 : m_file_hnd(file_handle_t(ipcdetail::invalid_file())) in file_lock()
66 : m_file_hnd(file_handle_t(ipcdetail::invalid_file())) in file_lock()
86 file_handle_t tmp = m_file_hnd; in swap()
148 file_handle_t m_file_hnd;
/third_party/boost/boost/interprocess/
Dfile_mapping.hpp67 : m_handle(file_handle_t(ipcdetail::invalid_file())) in file_mapping()
111 file_handle_t m_handle;
118 : m_handle(file_handle_t(ipcdetail::invalid_file())) in file_mapping()
Dshared_memory_object.hpp89 : m_handle(file_handle_t(ipcdetail::invalid_file())) in shared_memory_object()
144 file_handle_t m_handle;
153 : m_handle(file_handle_t(ipcdetail::invalid_file())) in shared_memory_object()
165 { return ipcdetail::get_file_size((file_handle_t)m_handle, size); } in get_size()
Dmapped_region.hpp255 file_handle_t m_file_or_mapping_hnd;
404 file_handle_t native_mapping_handle = 0; in mapped_region()