MCPcopy 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
59acl_pthread_mutex_t* thread_mutex::get_mutex() const
60{
61 return mutex_;
62}
63
64bool thread_mutex::lock()
65{

Callers 3

waitMethod · 0.80
block_waitMethod · 0.80
timed_waitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected