Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dos_file_functions.hpp245 inline bool release_file_lock(file_handle_t hnd) in release_file_lock() function
275 { return release_file_lock(hnd); } in release_file_lock_sharable()
551 inline bool release_file_lock(file_handle_t hnd)
587 { return release_file_lock(hnd); }
600 inline bool release_file_lock(file_handle_t hnd)
/third_party/boost/boost/interprocess/sync/
Dfile_lock.hpp194 if(!ipcdetail::release_file_lock(m_file_hnd)){ in unlock()