Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ bthread_mutex_destroy
Function
bthread_mutex_destroy
src/bthread/mutex.cpp:1200–1203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1198
}
1199
1200
int bthread_mutex_destroy(bthread_mutex_t* m) {
1201
bthread::butex_destroy(m->butex);
1202
return 0;
1203
}
1204
1205
int bthread_mutex_trylock(bthread_mutex_t* m) {
1206
return bthread::mutex_trylock_impl(m);
Callers
8
TEST
Function · 0.85
TEST
Function · 0.85
~BthreadCond
Method · 0.85
TEST
Function · 0.85
~Stream
Method · 0.85
bthread_rwlock_destroy
Function · 0.85
~Mutex
Method · 0.85
operator()
Method · 0.85
Calls
1
butex_destroy
Function · 0.85
Tested by
4
TEST
Function · 0.68
TEST
Function · 0.68
~BthreadCond
Method · 0.68
TEST
Function · 0.68