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

Function bthread_list_destroy

src/bthread/bthread.cpp:614–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void bthread_list_destroy(bthread_list_t* list) {
615 delete static_cast<bthread::TidList*>(list->impl);
616 list->impl = NULL;
617}
618
619int bthread_list_add(bthread_list_t* list, bthread_t id) {
620 if (list->impl == NULL) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68