MCPcopy 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
1200int bthread_mutex_destroy(bthread_mutex_t* m) {
1201 bthread::butex_destroy(m->butex);
1202 return 0;
1203}
1204
1205int bthread_mutex_trylock(bthread_mutex_t* m) {
1206 return bthread::mutex_trylock_impl(m);

Callers 8

TESTFunction · 0.85
TESTFunction · 0.85
~BthreadCondMethod · 0.85
TESTFunction · 0.85
~StreamMethod · 0.85
bthread_rwlock_destroyFunction · 0.85
~MutexMethod · 0.85
operator()Method · 0.85

Calls 1

butex_destroyFunction · 0.85

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
~BthreadCondMethod · 0.68
TESTFunction · 0.68