| 469 | } |
| 470 | |
| 471 | static void* run_launch_many_bthreads(void* args) { |
| 472 | PoolData2* data = (PoolData2*)args; |
| 473 | launch_many_bthreads(data); |
| 474 | return NULL; |
| 475 | } |
| 476 | |
| 477 | TEST(KeyTest, frequently_borrow_keytable_when_using_pool) { |
| 478 | PoolData2 data; |
nothing calls this directly
no test coverage detected