Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ MutexGuard
Method
MutexGuard
phxqueue/comm/utils/concurrent_util.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
class MutexGuard {
28
public:
29
MutexGuard(const MutexGuard &) = delete;
30
MutexGuard(MutexGuard &&) = delete;
31
MutexGuard(pthread_mutex_t *mutex) {
32
mutex_ = mutex;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected