Home
last modified time | relevance | path

Searched refs:retry_with_new_map (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dportable_intermodule_singleton.hpp209 retry_with_new_map = false; in operator ()()
239 retry_with_new_map = true; in operator ()()
250 retry_with_new_map = true; in operator ()()
264 retry_with_new_map = true; in operator ()()
273 bool retry() const { return retry_with_new_map; } in retry()
284 bool retry_with_new_map; member
Dwindows_intermodule_singleton.hpp253 : retry_with_new_map(false) in lock_file_logic()
257 bool retry() const { return retry_with_new_map; } in retry()
259 const bool retry_with_new_map; member