Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
614
void bthread_list_destroy(bthread_list_t* list) {
615
delete static_cast<bthread::TidList*>(list->impl);
616
list->impl = NULL;
617
}
618
619
int bthread_list_add(bthread_list_t* list, bthread_t id) {
620
if (list->impl == NULL) {
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68