MCPcopy Create free account
hub / github.com/HelenOS/helenos / try_lock

Method try_lock

uspace/lib/cpp/src/shared_mutex.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool shared_timed_mutex::try_lock()
48 {
49 return aux::threading::shared_mutex::try_lock(mtx_);
50 }
51
52 void shared_timed_mutex::unlock()
53 {

Callers

nothing calls this directly

Calls 1

try_lockFunction · 0.85

Tested by

no test coverage detected