Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dnamed_sync.hpp176 if(!winapi::unlock_file_ex(m_file_hnd, 0, sizeof_file_info, 0, &overlapped)){ in open_or_create()
/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp250 return winapi::unlock_file_ex(hnd, 0, len, len, &overlapped); in release_file_lock()
Dwin32_api.hpp815 inline bool unlock_file_ex(void *hnd, unsigned long reserved, unsigned long size_low, unsigned long… in unlock_file_ex() function