public member function
<mutex>
std::recursive_timed_mutex::try_lockbool try_lock() noexcept;
Lock recursive timed mutex if not locked
Attempts to lock the recursive_timed_mutex, without blocking (it behaves exactly as in recursive_mutex):false
, without blocking (the calling thread continues its execution).All lock and unlock operations on the recursive_timed_mutex follow a single total order, with all visible effects synchronized between the lock operations and previous unlock operations on the same object.
true
if the function succeeds in locking the recursive_timed_mutex for the thread.
false
otherwise.
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