Searched refs:unlock_file_ex (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/interprocess/sync/windows/ |
D | named_sync.hpp | 176 if(!winapi::unlock_file_ex(m_file_hnd, 0, sizeof_file_info, 0, &overlapped)){ in open_or_create()
|
/third_party/boost/boost/interprocess/detail/ |
D | os_file_functions.hpp | 250 return winapi::unlock_file_ex(hnd, 0, len, len, &overlapped); in release_file_lock()
|
D | win32_api.hpp | 815 inline bool unlock_file_ex(void *hnd, unsigned long reserved, unsigned long size_low, unsigned long… in unlock_file_ex() function
|