Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dnamed_sync.hpp119 (creation_type == DoCreate ? winapi::create_new : winapi::open_always) in open_or_create()
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp139 ( name, (unsigned int)mode, winapi::open_always, attr in create_or_open_file()
Dwin32_api.hpp561 static const unsigned long open_always = 4; variable