Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dio_win.cc1039 if (map_handle_ != NULL && map_handle_ != INVALID_HANDLE_VALUE) { in ~WinMemoryMappedBuffer()
1040 ret = ::CloseHandle(map_handle_); in ~WinMemoryMappedBuffer()
1042 map_handle_ = NULL; in ~WinMemoryMappedBuffer()
Dio_win.h420 HANDLE map_handle_; variable
425 map_handle_(map_handle) {} in WinMemoryMappedBuffer()