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

Function run_launch_many_bthreads

test/bthread_key_unittest.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471static void* run_launch_many_bthreads(void* args) {
472 PoolData2* data = (PoolData2*)args;
473 launch_many_bthreads(data);
474 return NULL;
475}
476
477TEST(KeyTest, frequently_borrow_keytable_when_using_pool) {
478 PoolData2 data;

Callers

nothing calls this directly

Calls 1

launch_many_bthreadsFunction · 0.70

Tested by

no test coverage detected