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

Function run_launch_many_bthreads

test/bthread_cond_unittest.cpp:504–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504static void* run_launch_many_bthreads(void*) {
505 launch_many_bthreads();
506 return NULL;
507}
508
509TEST(CondTest, too_many_bthreads_from_bthread) {
510 bthread_setconcurrency(16);

Callers

nothing calls this directly

Calls 1

launch_many_bthreadsFunction · 0.70

Tested by

no test coverage detected