| 526 | } |
| 527 | |
| 528 | static void* borrow_thread(void*) { |
| 529 | borrow_thread_impl(); |
| 530 | return NULL; |
| 531 | } |
| 532 | |
| 533 | TEST(KeyTest, borrow_and_return_keytable_when_using_pool) { |
| 534 | ASSERT_EQ(0, bthread_keytable_pool_init(&test_pool)); |
nothing calls this directly
no test coverage detected