Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Drobust_emulation.hpp56 if(try_acquire_file_lock(fhnd, acquired) && acquired){ in remove_if_can_lock_file()
119 if(!try_acquire_file_lock(fd, acquired) || !acquired ){ in robust_mutex_lock_file()
315 if(try_acquire_file_lock(fhnd, acquired) && acquired){ in is_owner_dead()
Dos_file_functions.hpp230 inline bool try_acquire_file_lock(file_handle_t hnd, bool &acquired) in try_acquire_file_lock() function
536 inline bool try_acquire_file_lock(file_handle_t hnd, bool &acquired)
593 inline bool try_acquire_file_lock(file_handle_t hnd, bool &acquired)
/third_party/boost/boost/interprocess/sync/
Dfile_lock.hpp182 if(!ipcdetail::try_acquire_file_lock(m_file_hnd, result)){ in try_lock()