MCPcopy 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_lockMethod · 0.85
try_lockMethod · 0.85
try_lock_forMethod · 0.85
try_lock_forMethod · 0.85
try_lock_shared_forMethod · 0.85

Calls 1

try_lock_tailFunction · 0.85

Tested by

no test coverage detected