Searched refs:try_acquire_file_lock (Results 1 – 3 of 3) sorted by relevance
56 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()
230 inline bool try_acquire_file_lock(file_handle_t hnd, bool &acquired) in try_acquire_file_lock() function536 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)
182 if(!ipcdetail::try_acquire_file_lock(m_file_hnd, result)){ in try_lock()