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

Function bthread_id_list_reset

src/bthread/id.cpp:669–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669int bthread_id_list_reset(bthread_id_list_t* list, int error_code) {
670 return bthread_id_list_reset2(list, error_code, std::string());
671}
672
673void bthread_id_list_swap(bthread_id_list_t* list1,
674 bthread_id_list_t* list2) {

Callers 3

TESTFunction · 0.85
BeforeRecycleMethod · 0.85
SetRemoteConsumedMethod · 0.85

Calls 1

bthread_id_list_reset2Function · 0.85

Tested by 1

TESTFunction · 0.68