Searched refs:file_handle_t (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/interprocess/detail/ |
D | os_file_functions.hpp | 59 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 …]
|
D | file_wrapper.hpp | 65 : 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()
|
D | robust_emulation.hpp | 52 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()
|
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() 109 file_handle_t handle = open_existing_file(name, read_write); in try_open_and_lock_file()
|
/third_party/boost/boost/interprocess/sync/ |
D | file_lock.hpp | 55 : 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/ |
D | file_mapping.hpp | 67 : 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()
|
D | shared_memory_object.hpp | 89 : 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()
|
D | mapped_region.hpp | 255 file_handle_t m_file_or_mapping_hnd; 404 file_handle_t native_mapping_handle = 0; in mapped_region()
|