Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/sync/windows/
Dmutex.hpp62 (void)handles.obtain_mutex(this->id_, &open_or_created); in windows_mutex()
81 winapi_mutex_functions mut(handles.obtain_mutex(this->id_)); in lock()
90 winapi_mutex_functions mut(handles.obtain_mutex(this->id_)); in try_lock()
99 winapi_mutex_functions mut(handles.obtain_mutex(this->id_)); in timed_lock()
108 winapi_mutex_functions mut(handles.obtain_mutex(this->id_)); in unlock()
Dsync_utils.hpp164 void *obtain_mutex(const sync_id &id, bool *popen_created = 0) in obtain_mutex() function in boost::interprocess::ipcdetail::sync_handles