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

Method native_handler

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

Source from the content-addressed store, hash-verified

54 }
55
56 native_handler_type native_handler() { return &_cond; }
57
58 void wait(std::unique_lock<bthread::Mutex>& lock) {
59 bthread_cond_wait(&_cond, lock.mutex()->native_handler());

Callers 2

waitMethod · 0.45
wait_untilMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected