Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dnamed_sync.hpp118 , creation_type == DoOpen ? winapi::open_existing : in open_or_create()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp560 static const unsigned long open_existing = 3; variable
1240 void *fh = create_file(filename, generic_read | delete_access, open_existing, 0, 0); in unlink_file()
Dos_file_functions.hpp148 (name, (unsigned int)mode, winapi::open_existing, attr, 0); in open_existing_file()