Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_lock
Function · 0.85
get_id
Function · 0.85
Tested by
no test coverage detected