Home
last modified time | relevance | path

Searched refs:busy_error (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/interprocess/
Derrors.hpp110 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 },
Dmapped_region.hpp718 error_info err(busy_error); in mapped_region()
/third_party/boost/libs/interprocess/test/
Dshared_memory_mapping_test.cpp189 if(e.get_error_code() != busy_error){ in main()