Searched refs:busy_error (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/interprocess/ |
D | errors.hpp | 110 busy_error, // implies trying again might succeed enumerator 160 { /*ERROR_DEVICE_IN_USE*/2404L, busy_error }, 161 { /*ERROR_OPEN_FILES*/2401L, busy_error }, 162 { /*ERROR_BUSY_DRIVE*/142L, busy_error }, 163 { /*ERROR_BUSY*/170L, busy_error }, 172 { /*ERROR_INVALID_ADDRESS*/487L, busy_error } 180 { EAGAIN, busy_error }, 181 { EBUSY, busy_error }, 182 { ETXTBSY, busy_error },
|
D | mapped_region.hpp | 718 error_info err(busy_error); in mapped_region()
|
/third_party/boost/libs/interprocess/test/ |
D | shared_memory_mapping_test.cpp | 189 if(e.get_error_code() != busy_error){ in main()
|