Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ pool_thread
Function
pool_thread
test/bthread_key_unittest.cpp:376–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
};
375
376
static void* pool_thread(void* args) {
377
pool_thread_impl((PoolData*)args);
378
return NULL;
379
}
380
381
static void pool_dtor(void* tls){
382
PoolData* data = (PoolData*)tls;
Callers
nothing calls this directly
Calls
1
pool_thread_impl
Function · 0.85
Tested by
no test coverage detected