MCPcopy Create free account
hub / github.com/apache/brpc / bthread_mutexattr_disable_csite

Function bthread_mutexattr_disable_csite

src/bthread/mutex.cpp:1286–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284}
1285
1286int bthread_mutexattr_disable_csite(bthread_mutexattr_t* attr) {
1287 attr->enable_csite = false;
1288 return 0;
1289}
1290
1291int bthread_mutexattr_destroy(bthread_mutexattr_t* attr) {
1292 attr->enable_csite = true;

Callers 1

bthread_rwlock_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected