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

Class TidJoiner

src/bthread/bthread.cpp:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 void operator()(bthread_t id) const { bthread_stop(id); }
318};
319struct TidJoiner {
320 void operator()(bthread_t & id) const {
321 bthread_join(id, NULL);
322 id = INVALID_BTHREAD;
323 }
324};
325
326} // namespace bthread
327

Callers 1

bthread_list_joinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected