Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ unlock
Method
unlock
uspace/lib/cpp/src/mutex.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void mutex::unlock()
44
{
45
aux::threading::mutex::unlock(mtx_);
46
}
47
48
mutex::native_handle_type mutex::native_handle()
49
{
Callers
2
__cxa_guard_release
Function · 0.45
__cxa_guard_abort
Function · 0.45
Calls
1
get_id
Function · 0.85
Tested by
no test coverage detected