Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ ~BthreadCond
Method
~BthreadCond
test/bthread_cond_unittest.cpp:418–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
_count = 1;
417
}
418
~BthreadCond() {
419
bthread_mutex_destroy(&_mutex);
420
bthread_cond_destroy(&_cond);
421
}
422
423
void Init(int count = 1) {
424
_count = count;
Callers
nothing calls this directly
Calls
2
bthread_mutex_destroy
Function · 0.85
bthread_cond_destroy
Function · 0.85
Tested by
no test coverage detected