Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ try_lock
Function
try_lock
uspace/lib/cpp/include/__bits/thread/mutex.hpp:467–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
466
template<class L1, class L2, class... L3>
467
int try_lock(L1& l1, L2& l2, L3&... ls)
468
{
469
return aux::try_lock_tail(0, l1, l2, ls...);
470
}
471
472
namespace aux
473
{
Callers
5
try_lock
Method · 0.85
try_lock
Method · 0.85
try_lock_for
Method · 0.85
try_lock_for
Method · 0.85
try_lock_shared_for
Method · 0.85
Calls
1
try_lock_tail
Function · 0.85
Tested by
no test coverage detected