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

Method InfoThread

tools/rpc_press/info_thread.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace brpc {
21
22InfoThread::InfoThread()
23 : _stop(false)
24 , _tid(0) {
25 pthread_mutex_init(&_mutex, NULL);
26 pthread_cond_init(&_cond, NULL);
27}
28
29InfoThread::~InfoThread() {
30 pthread_mutex_destroy(&_mutex);

Callers

nothing calls this directly

Calls 1

pthread_mutex_initFunction · 0.85

Tested by

no test coverage detected