MCPcopy Create free account
hub / github.com/apache/brpc / ~ConditionVariable

Method ~ConditionVariable

src/bthread/condition_variable.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 CHECK_EQ(0, bthread_cond_init(&_cond, NULL));
51 }
52 ~ConditionVariable() {
53 CHECK_EQ(0, bthread_cond_destroy(&_cond));
54 }
55
56 native_handler_type native_handler() { return &_cond; }
57

Callers

nothing calls this directly

Calls 1

bthread_cond_destroyFunction · 0.85

Tested by

no test coverage detected