Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_mutex
Method
get_mutex
lib_acl_cpp/src/stdlib/thread_mutex.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
acl_pthread_mutex_t* thread_mutex::get_mutex() const
60
{
61
return mutex_;
62
}
63
64
bool thread_mutex::lock()
65
{
Callers
3
wait
Method · 0.80
block_wait
Method · 0.80
timed_wait
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected