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

Method try_lock

uspace/lib/cpp/src/mutex.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 bool mutex::try_lock()
39 {
40 return aux::threading::mutex::try_lock(mtx_);
41 }
42
43 void mutex::unlock()
44 {

Callers

nothing calls this directly

Calls 2

try_lockFunction · 0.85
get_idFunction · 0.85

Tested by

no test coverage detected