/third_party/boost/boost/interprocess/sync/ |
D | file_lock.hpp | 158 error_info err(system_error_code()); in file_lock() 174 error_info err(system_error_code()); in lock() 183 error_info err(system_error_code()); in try_lock() 195 error_info err(system_error_code()); in unlock() 203 error_info err(system_error_code()); in lock_sharable() 212 error_info err(system_error_code()); in try_lock_sharable() 227 error_info err(system_error_code()); in unlock_sharable()
|
/third_party/boost/boost/interprocess/sync/posix/ |
D | semaphore_wrapper.hpp | 150 error_info err = system_error_code(); in semaphore_init() 169 error_info err = system_error_code(); in semaphore_post() 178 error_info err = system_error_code(); in semaphore_wait() 188 if(system_error_code() == EAGAIN){ in semaphore_try_wait() 191 error_info err = system_error_code(); in semaphore_try_wait() 233 if(system_error_code() == ETIMEDOUT){ in semaphore_timed_wait() 236 error_info err = system_error_code(); in semaphore_timed_wait()
|
/third_party/boost/boost/interprocess/detail/ |
D | shared_dir_helpers.hpp | 46 error_info err = system_error_code(); in windows_bootstamp() 115 error_info err = system_error_code(); in get_shared_dir_root() 165 error_info info(system_error_code()); in create_shared_dir_and_clean_old() 176 error_info info(system_error_code()); in create_shared_dir_and_clean_old()
|
D | file_wrapper.hpp | 180 error_info err = system_error_code(); in priv_open_or_create() 194 error_info err(system_error_code()); in truncate()
|
D | robust_emulation.hpp | 132 …else if(error_info(system_error_code()).get_error_code() == already_exists_error){ //must already … in robust_mutex_lock_file() 328 if(error_info(system_error_code()).get_error_code() == not_found_error){ in is_owner_dead()
|
D | portable_intermodule_singleton.hpp | 56 error_info err = system_error_code(); in create_tmp_subdir_and_get_pid_based_filepath()
|
D | managed_open_or_create_impl.hpp | 446 error_info err = system_error_code(); in priv_open_or_create()
|
D | os_file_functions.hpp | 718 error_info info(system_error_code()); in open_or_create_directory()
|
/third_party/boost/boost/interprocess/sync/windows/ |
D | named_sync.hpp | 173 err = system_error_code(); in open_or_create() 177 err = system_error_code(); in open_or_create() 182 err = system_error_code(); in open_or_create() 186 err = system_error_code(); in open_or_create()
|
D | winapi_wrapper_common.hpp | 48 error_info err = system_error_code(); in do_winapi_wait()
|
/third_party/boost/boost/interprocess/ |
D | anonymous_shared_memory.hpp | 87 error_info err = system_error_code(); in anonymous_shared_memory() 103 error_info err = system_error_code(); in anonymous_shared_memory()
|
D | shared_memory_object.hpp | 216 error_info err = system_error_code(); in priv_open_or_create() 241 error_info err = system_error_code(); in truncate() 398 error_info err(system_error_code()); in truncate()
|
D | xsi_key.hpp | 76 error_info err = system_error_code(); in xsi_key()
|
D | mapped_region.hpp | 603 error_info err(system_error_code()); in mapped_region() 629 error_info err(system_error_code()); in mapped_region() 648 error_info err(system_error_code()); in mapped_region() 707 error_info err = system_error_code(); in mapped_region()
|
D | file_mapping.hpp | 156 error_info err = system_error_code(); in file_mapping()
|
D | xsi_shared_memory.hpp | 197 error_info err = system_error_code(); in priv_open_or_create()
|
D | errors.hpp | 56 inline int system_error_code() // artifact of POSIX and WINDOWS error reporting in system_error_code() function
|
D | windows_shared_memory.hpp | 228 error_info err = system_error_code(); in priv_open_or_create()
|
/third_party/boost/libs/log/src/ |
D | exceptions.cpp | 429 … system_error::throw_(const char* file, std::size_t line, const char* descr, int system_error_code) in throw_() argument 431 …ion(boost::enable_error_info(system_error(boost::system::error_code(system_error_code, boost::syst… in throw_() 437 …_error::throw_(const char* file, std::size_t line, std::string const& descr, int system_error_code) in throw_() argument 439 …ion(boost::enable_error_info(system_error(boost::system::error_code(system_error_code, boost::syst… in throw_()
|
/third_party/boost/boost/log/ |
D | exceptions.hpp | 310 …NORETURN void throw_(const char* file, std::size_t line, const char* descr, int system_error_code); 311 …N void throw_(const char* file, std::size_t line, std::string const& descr, int system_error_code);
|