Lines Matching refs:mutex
19 std::lock_guard<std::mutex> lock(other.m_mutex); in OptionValue()
28 std::scoped_lock<std::mutex, std::mutex> lock(m_mutex, other.m_mutex); in operator =()
274 std::lock_guard<std::mutex> lock(m_mutex); in GetBooleanValue()
281 std::lock_guard<std::mutex> lock(m_mutex); in SetBooleanValue()
290 std::lock_guard<std::mutex> lock(m_mutex); in GetCharValue()
297 std::lock_guard<std::mutex> lock(m_mutex); in SetCharValue()
306 std::lock_guard<std::mutex> lock(m_mutex); in GetEnumerationValue()
313 std::lock_guard<std::mutex> lock(m_mutex); in SetEnumerationValue()
322 std::lock_guard<std::mutex> lock(m_mutex); in GetFileSpecValue()
329 std::lock_guard<std::mutex> lock(m_mutex); in SetFileSpecValue()
338 std::lock_guard<std::mutex> lock(m_mutex); in AppendFileSpecValue()
347 std::lock_guard<std::mutex> lock(m_mutex); in GetFileSpecListValue()
354 std::lock_guard<std::mutex> lock(m_mutex); in GetFormatValue()
361 std::lock_guard<std::mutex> lock(m_mutex); in SetFormatValue()
370 std::lock_guard<std::mutex> lock(m_mutex); in GetLanguageValue()
377 std::lock_guard<std::mutex> lock(m_mutex); in SetLanguageValue()
386 std::lock_guard<std::mutex> lock(m_mutex); in GetFormatEntity()
393 std::lock_guard<std::mutex> lock(m_mutex); in GetRegexValue()
400 std::lock_guard<std::mutex> lock(m_mutex); in GetSInt64Value()
407 std::lock_guard<std::mutex> lock(m_mutex); in SetSInt64Value()
416 std::lock_guard<std::mutex> lock(m_mutex); in GetStringValue()
423 std::lock_guard<std::mutex> lock(m_mutex); in SetStringValue()
432 std::lock_guard<std::mutex> lock(m_mutex); in GetUInt64Value()
439 std::lock_guard<std::mutex> lock(m_mutex); in SetUInt64Value()
448 std::lock_guard<std::mutex> lock(m_mutex); in GetUUIDValue()
455 std::lock_guard<std::mutex> lock(m_mutex); in SetUUIDValue()
464 std::lock_guard<std::mutex> lock(m_mutex); in GetArchSpecValue()
471 std::lock_guard<std::mutex> lock(m_mutex); in SetArchSpecValue()