Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ bthread_mutexattr_destroy
Function
bthread_mutexattr_destroy
src/bthread/mutex.cpp:1291–1294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1289
}
1290
1291
int bthread_mutexattr_destroy(bthread_mutexattr_t* attr) {
1292
attr->enable_csite = true;
1293
return 0;
1294
}
1295
1296
#ifndef NO_PTHREAD_MUTEX_HOOK
1297
Callers
1
bthread_rwlock_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected