A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../memory/../thread/shared_mutex/try_lock_shared.html below:

std::shared_mutex::try_lock_shared - cppreference.com

bool try_lock_shared();

(since C++17)

Tries to lock the mutex in shared mode. Returns immediately. On successful lock acquisition returns true, otherwise returns false.

This function is allowed to fail spuriously and return false even if the mutex is not currenly exclusively locked by any other thread.

A prior unlock() operation on the same mutex synchronizes-with (as defined in std::memory_order) this operation if it returns true.

The behavior is undefined if the calling thread already owns the mutex in any mode.

[edit] Parameters

(none)

[edit] Return value

true if the lock was acquired successfully, otherwise false.

[edit] Exceptions

Throws nothing.

[edit] Example [edit] See also locks the mutex, blocks if the mutex is not available
(public member function) [edit] tries to lock the mutex, returns if the mutex is not available
(public member function) [edit] unlocks the mutex (shared ownership)
(public member function) [edit]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4