Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
669
int 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
673
void bthread_id_list_swap(bthread_id_list_t* list1,
674
bthread_id_list_t* list2) {
Callers
3
TEST
Function · 0.85
BeforeRecycle
Method · 0.85
SetRemoteConsumed
Method · 0.85
Calls
1
bthread_id_list_reset2
Function · 0.85
Tested by
1
TEST
Function · 0.68