Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp1123 class handle_closer class
1126 handle_closer(const handle_closer &);
1127 handle_closer& operator=(const handle_closer &);
1129 explicit handle_closer(void *handle) : handle_(handle){} in handle_closer() function in boost::interprocess::winapi::handle_closer
1130 ~handle_closer() in ~handle_closer()
1245 handle_closer h_closer(fh); in unlink_file()
1556 eventlog_handle_closer(const handle_closer &);
/third_party/boost/boost/interprocess/
Dmapped_region.hpp460 const winapi::handle_closer close_handle(handle_to_close); in mapped_region()