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

Function bthread_id_list_destroy

src/bthread/id.cpp:654–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void bthread_id_list_destroy(bthread_id_list_t* list) {
655 delete static_cast<bthread::IdList*>(list->impl);
656 list->impl = NULL;
657}
658
659int bthread_id_list_add(bthread_id_list_t* list, bthread_id_t id) {
660 if (list->impl == NULL) {

Callers 6

TESTFunction · 0.85
~StreamMethod · 0.85
SetRemoteConsumedMethod · 0.85
BeforeRecycledMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68